Class Activator
- java.lang.Object
 - 
- org.eclipse.core.runtime.Plugin
 - 
- org.eclipse.epsilon.emc.simuink.requirement.dt.Activator
 
 
 
- 
- All Implemented Interfaces:
 org.osgi.framework.BundleActivator
public class Activator extends org.eclipse.core.runtime.Plugin 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPLUGIN_ID 
- 
Constructor Summary
Constructors Constructor Description Activator() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActivatorgetDefault()voidstart(org.osgi.framework.BundleContext context)voidstop(org.osgi.framework.BundleContext context)- 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
PLUGIN_ID
public static final java.lang.String PLUGIN_ID
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
start
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception- Specified by:
 startin interfaceorg.osgi.framework.BundleActivator- Overrides:
 startin classorg.eclipse.core.runtime.Plugin- Throws:
 java.lang.Exception
 
- 
stop
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception- Specified by:
 stopin interfaceorg.osgi.framework.BundleActivator- Overrides:
 stopin classorg.eclipse.core.runtime.Plugin- Throws:
 java.lang.Exception
 
- 
getDefault
public static Activator getDefault()
 
 - 
 
 -