Package org.eclipse.wst.xsl.core.internal
public class XSLCorePlugin extends PluginThe activator class controls the plug-in life cycle
Field Summary | |
public static java.lang.String | PLUGIN_ID TODO: Add JavaDoc |
public static java.lang.String | USE_PROJECT_SETTINGS |
Constructor Summary |
XSLCorePlugin() |
Method Summary | |
public static org.eclipse.wst.xsl.core.internal.XSLCorePlugin | getDefault() Returns the shared instance |
public javax.xml.parsers.SAXParserFactory | getFactory() Return the registered SAX parser factory or null if one does not exist. * @return |
public static void | log(IStatus status) Logs the specified status with this plug-in's log. |
public static IStatus | newErrorStatus(java.lang.String message
,
java.lang.Throwable exception) Returns a new error status for this plug-in with the given message |
public void | start(BundleContext context) |
public void | stop(BundleContext context) |
Field Detail |
public static java.lang.String PLUGIN_ID
TODO: Add JavaDoc |
public static java.lang.String USE_PROJECT_SETTINGS
Constructor Detail |
public XSLCorePlugin()
The constructor
Methods Detail |
public org.eclipse.wst.xsl.core.internal.XSLCorePlugin getDefault()
Returns the shared instance
org.eclipse.wst.xsl.core.internal.XSLCorePlugin
- the shared instance
public javax.xml.parsers.SAXParserFactory getFactory()
Return the registered SAX parser factory or null if one does not exist. * @return
javax.xml.parsers.SAXParserFactory
- returns a SAXParserFactory
public void log(IStatus status)
Logs the specified status with this plug-in's log.
status
- status to log
public IStatus newErrorStatus(java.lang.String message
,
java.lang.Throwable exception)
Returns a new error status for this plug-in with the given message
message
- the message to be included in the status
exception
- the exception to be included in the status or null
if none
IStatus
- a new error status
public void start(BundleContext context)
context
java.lang.Exception
public void stop(BundleContext context)
context
java.lang.Exception