public class Core2Plugin extends AbstractUIPlugin implements ILTPlugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME| Constructor and Description |
|---|
Core2Plugin()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Core2Plugin |
getDefault()
Returns the shared instance.
|
static Core2Plugin |
getInstance() |
ResourceBundle |
getNonTranslatableResourceBundle()
Returns the plugin's non-Translatable resource bundle,
|
ResourceBundle |
getResourceBundle()
Returns the plugin's resource bundle,
|
static String |
getResourceString(String key)
Returns the string from the plugin's resource bundle,
or 'key' if not found.
|
com.ibm.rational.test.lt.testgen.core2.internal.util.LogUtil |
getTestgenLog() |
ResourceBundle |
getTranslatableResourceBundle()
Returns the plugin's Translatable resource bundle,
|
static IWorkspace |
getWorkspace()
Returns the workspace instance.
|
void |
start(org.osgi.framework.BundleContext context) |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup, stopfind, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toStringpublic static Core2Plugin getDefault()
public static Core2Plugin getInstance()
public static IWorkspace getWorkspace()
public static String getResourceString(String key)
public ResourceBundle getTranslatableResourceBundle()
getTranslatableResourceBundle in interface com.ibm.rational.test.lt.core.logging.ILTSubComponentpublic ResourceBundle getNonTranslatableResourceBundle()
getNonTranslatableResourceBundle in interface com.ibm.rational.test.lt.core.logging.ILTSubComponentpublic ResourceBundle getResourceBundle()
public com.ibm.rational.test.lt.testgen.core2.internal.util.LogUtil getTestgenLog()
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorstart in class AbstractUIPluginException© Copyright IBM Corp. 2013. All rights reserved.