void init()
{
this.logFacility = new LogFacility();
this.validator = new Validator();
this.customCommandResourceViewFactory = new CustomCommandResourceViewFactory();
this.customCommandEditorFactory = new CustomCommandEditorFactory();
this.variableManager = this.initVariableManager();
this.sharedFileFinder = new SharedFileFinder();
this.messageDialogHelper = new MessageDialogHelper();
}