org.eclipse.modisco.infra.browser.custom.tests
Class Activator

java.lang.Object
  extended by Plugin
      extended by org.eclipse.modisco.infra.browser.custom.tests.Activator

public class Activator
extends Plugin

Author:
Gregoire DUPE (Mia-Software)

Constructor Summary
Activator()
           
 
Method Summary
static Activator 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
 

Constructor Detail

Activator

public Activator()
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 Activator getDefault()