org.eclipse.modisco.jee
Class JEEActivator

java.lang.Object
  extended by Plugin
      extended by org.eclipse.modisco.jee.JEEActivator

public class JEEActivator
extends Plugin


Field Summary
static java.lang.String PLUGIN_ID
           
 
Constructor Summary
JEEActivator()
           
 
Method Summary
static JEEActivator getDefault()
           
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

JEEActivator

public JEEActivator()
Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop(BundleContext context)
          throws java.lang.Exception
Throws:
java.lang.Exception

getDefault

public static JEEActivator getDefault()