if (!(object instanceof RenamerRule)) {
throw new ExecutionException("The object that was read was not a RenamerRule");
}
RenamerRule rule = (RenamerRule) object;
// add the file to the recently loaded file set
Activator.getDefault().getRecentlyLoadedRules().add(ruleFile);
RenamerRuleEditorInput input = getEditorInput(rule, ruleFile);