de.uka.ipd.sdq.featureconfig.provider
Class FeatureConfigEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by de.uka.ipd.sdq.featureconfig.provider.FeatureConfigEditPlugin

public final class FeatureConfigEditPlugin
extends EMFPlugin

This is the central singleton for the FeatureConfig edit plugin.


Nested Class Summary
static class FeatureConfigEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 
Field Summary
static FeatureConfigEditPlugin INSTANCE
          Keep track of the singleton.
 
Constructor Summary
FeatureConfigEditPlugin()
          Create the instance.
 
Method Summary
static FeatureConfigEditPlugin.Implementation getPlugin()
          Returns the singleton instance of the Eclipse plugin.
 ResourceLocator getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final FeatureConfigEditPlugin INSTANCE
Keep track of the singleton.

Constructor Detail

FeatureConfigEditPlugin

public FeatureConfigEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

public ResourceLocator getPluginResourceLocator()
Returns the singleton instance of the Eclipse plugin.

Returns:
the singleton instance.

getPlugin

public static FeatureConfigEditPlugin.Implementation getPlugin()
Returns the singleton instance of the Eclipse plugin.

Returns:
the singleton instance.