org.eclipse.higgins.idas.cp.jena2.plugin
Class Jena2Plugin

java.lang.Object
  extended byPlugin
      extended byorg.eclipse.higgins.idas.cp.jena2.plugin.Jena2Plugin

public class Jena2Plugin
extends Plugin

The main plugin class to be used in the desktop.

See Also:
Serialized Form

Constructor Summary
Jena2Plugin()
          The constructor.
 
Method Summary
static Jena2Plugin getDefault()
          Returns the shared instance.
 void start(BundleContext context)
          This method is called upon plug-in activation
 void stop(BundleContext context)
          This method is called when the plug-in is stopped
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jena2Plugin

public Jena2Plugin()
The constructor.

Method Detail

start

public void start(BundleContext context)
           throws Exception
This method is called upon plug-in activation

Throws:
Exception

stop

public void stop(BundleContext context)
          throws Exception
This method is called when the plug-in is stopped

Throws:
Exception

getDefault

public static Jena2Plugin getDefault()
Returns the shared instance.