Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.preverifier
Class PreverifierPlugin

java.lang.Object
  extended by AbstractUIPlugin
      extended by org.eclipse.mtj.core.preverifier.PreverifierPlugin

public class PreverifierPlugin
extends AbstractUIPlugin

The main plug-in class to be used in the desktop.


Constructor Summary
PreverifierPlugin()
          The constructor.
 
Method Summary
static PreverifierPlugin getDefault()
          Returns the shared instance.
static ImageDescriptor getImageDescriptor(String path)
          Returns an image descriptor for the image file at the given plug-in relative path.
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreverifierPlugin

public PreverifierPlugin()
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 PreverifierPlugin getDefault()
Returns the shared instance.


getImageDescriptor

public static ImageDescriptor getImageDescriptor(String path)
Returns an image descriptor for the image file at the given plug-in relative path.

Parameters:
path - the path
Returns:
the image descriptor

Mobile Tools for Java
Release 1.0