The constructor.
00091 {
00092 super();
00093 this.consoleManager = new ConsoleManager();
00094 plugin = this;
00095 try {
00096 resourceBundle = ResourceBundle
00097 .getBundle(ConfigurationConstants.PLUGIN_ID
00098 + ".SubmitPluginResources");
00099 } catch (MissingResourceException e) {
00100 resourceBundle = null;
00101 }
00102 }