Package org.eclipse.wst.xml.xpath.core
public class XPathCorePlugin extends PluginThe activator class controls the plug-in life cycle
Field Summary | |
public static java.lang.String | PLUGIN_ID |
Constructor Summary |
XPathCorePlugin() |
Method Summary | |
public static org.eclipse.wst.xml.xpath.core.XPathCorePlugin | getDefault() Returns the shared instance |
public void | start(BundleContext context) |
public void | stop(BundleContext context) |
Field Detail |
public static java.lang.String PLUGIN_ID
Constructor Detail |
public XPathCorePlugin()
The constructor
Methods Detail |
public org.eclipse.wst.xml.xpath.core.XPathCorePlugin getDefault()
Returns the shared instance
org.eclipse.wst.xml.xpath.core.XPathCorePlugin
- the shared instance
public void start(BundleContext context)
context
java.lang.Exception
public void stop(BundleContext context)
context
java.lang.Exception