TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.wsdm.tooling.editor.internal
Class Activator

java.lang.Object
  extended byorg.eclipse.emf.common.EMFPlugin
      extended byorg.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 Class Summary
static class Activator.Implementation
          The actual implementation of the Eclipse Plugin.
 
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
 
Field Summary
static java.lang.String AXIS2_EXT_PT
           
static java.lang.String CAPABILITY_VALIDATOR_EXT_PT
           
static java.lang.String CODEGEN_EXT_PT
           
static java.lang.String DD_VALIDATOR_EXT_PT
           
static Activator INSTANCE
          Keep track of the singleton.
static java.lang.String MODEL_PLUGIN_ID
           
static java.lang.String MR_CAPABILITY_EXT_PT
           
static java.lang.String MRT_VALIDATOR_EXT_PT
           
static java.lang.String PLUGIN_ID
           
static java.lang.String SERIALIZER_EXT_PT
           
 
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.
 
Method Summary
static Activator.Implementation getPlugin()
          Returns the singleton instance of the Eclipse plugin.
 org.eclipse.emf.common.util.ResourceLocator getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin.
 
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
 

Field Detail

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
Constructor Detail

Activator

public Activator()
Create the instance.

Generated
Method Detail

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

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification