org.eclipse.tptp.wsdm.tooling.editor.internal
Class Activator
java.lang.Object
org.eclipse.emf.common.EMFPlugin
org.eclipse.tptp.wsdm.tooling.editor.internal.Activator
- All Implemented Interfaces:
- org.eclipse.emf.common.util.Logger, org.eclipse.emf.common.util.ResourceLocator
- public final class Activator
- extends org.eclipse.emf.common.EMFPlugin
This is the central singleton for the Muse-descriptor editor plugin.
- Generated
| Nested classes inherited from class org.eclipse.emf.common.EMFPlugin |
org.eclipse.emf.common.EMFPlugin.EclipsePlugin, org.eclipse.emf.common.EMFPlugin.InternalEclipsePlugin, org.eclipse.emf.common.EMFPlugin.InternalHelper |
| Fields inherited from class org.eclipse.emf.common.EMFPlugin |
baseURL, delegateResourceLocators, images, IS_ECLIPSE_RUNNING, resourceBundle, shouldTranslate, strings, untranslatedResourceBundle, untranslatedStrings |
|
Constructor Summary |
Activator()
Create the instance.
|
| Methods inherited from class org.eclipse.emf.common.EMFPlugin |
delegatedGetImage, delegatedGetString, doGetImage, getBaseURL, getImage, getPluginLogger, getString, getString, getString, getString, getSymbolicName, log, main, setShouldTranslate, shouldTranslate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODEL_PLUGIN_ID
public static final java.lang.String MODEL_PLUGIN_ID
- See Also:
- Constant Field Values
PLUGIN_ID
public static final java.lang.String PLUGIN_ID
- See Also:
- Constant Field Values
MR_CAPABILITY_EXT_PT
public static final java.lang.String MR_CAPABILITY_EXT_PT
- See Also:
- Constant Field Values
CAPABILITY_VALIDATOR_EXT_PT
public static final java.lang.String CAPABILITY_VALIDATOR_EXT_PT
- See Also:
- Constant Field Values
MRT_VALIDATOR_EXT_PT
public static final java.lang.String MRT_VALIDATOR_EXT_PT
- See Also:
- Constant Field Values
DD_VALIDATOR_EXT_PT
public static final java.lang.String DD_VALIDATOR_EXT_PT
- See Also:
- Constant Field Values
CODEGEN_EXT_PT
public static final java.lang.String CODEGEN_EXT_PT
- See Also:
- Constant Field Values
AXIS2_EXT_PT
public static final java.lang.String AXIS2_EXT_PT
- See Also:
- Constant Field Values
SERIALIZER_EXT_PT
public static final java.lang.String SERIALIZER_EXT_PT
- See Also:
- Constant Field Values
INSTANCE
public static final Activator INSTANCE
- Keep track of the singleton.
- Generated
Activator
public Activator()
- Create the instance.
- Generated
getPluginResourceLocator
public org.eclipse.emf.common.util.ResourceLocator getPluginResourceLocator()
- Returns the singleton instance of the Eclipse plugin.
- Returns:
- the singleton instance.
- Generated
getPlugin
public static Activator.Implementation getPlugin()
- Returns the singleton instance of the Eclipse plugin.
- Returns:
- the singleton instance.
- Generated