org.eclipse.higgins.icard.provider.cardspace.db.plugin
Class Activator

java.lang.Object
  extended byPlugin
      extended byorg.eclipse.higgins.icard.provider.cardspace.db.plugin.Activator

public class Activator
extends Plugin

The activator class controls the plug-in life cycle

See Also:
Serialized Form

Field Summary
static String PLUGIN_ID
           
 
Constructor Summary
Activator()
          The constructor
 
Method Summary
static Plugin getDefault()
          Returns the shared instance
 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 String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
The constructor

Method Detail

start

public void start(BundleContext context)
           throws Exception
Throws:
Exception

stop

public void stop(BundleContext context)
          throws Exception
Throws:
Exception

getDefault

public static Plugin getDefault()
Returns the shared instance

Returns:
the shared instance