Package org.eclipse.wst.xsl.ui.internal
public class XSLUIPlugin extends AbstractUIPluginThe activator class controls the plug-in life cycle
Field Summary | |
public static java.lang.String | PLUGIN_ID The plugin id for this plugin. |
Constructor Summary |
XSLUIPlugin() |
Method Summary | |
public static org.eclipse.wst.xsl.ui.internal.XSLUIPlugin | getDefault() Returns the shared instance |
public ContextTypeRegistry | getTemplateContextRegistry() Returns the template context type registry for the xsl plugin. |
public TemplateStore | getTemplateStore() Returns the template store for the xsl templates. |
public static void | log(java.lang.Exception e) |
public static void | log(CoreException e) |
public static java.io.File | makeFileFor(java.lang.String directory
,
java.lang.String filename) |
public void | start(BundleContext context) |
public void | stop(BundleContext context) |
Field Detail |
public static java.lang.String PLUGIN_ID
The plugin id for this plugin. |
Constructor Detail |
public XSLUIPlugin()
The constructor
Methods Detail |
public org.eclipse.wst.xsl.ui.internal.XSLUIPlugin getDefault()
Returns the shared instance
org.eclipse.wst.xsl.ui.internal.XSLUIPlugin
- the shared instance
public ContextTypeRegistry getTemplateContextRegistry()
Returns the template context type registry for the xsl plugin.
ContextTypeRegistry
- the template context type registry for the xsl plugin
public TemplateStore getTemplateStore()
Returns the template store for the xsl templates.
TemplateStore
- the template store for the xsl templates
public void log(java.lang.Exception e)
e
public void log(CoreException e)
e
public java.io.File makeFileFor(java.lang.String directory
,
java.lang.String filename)
directory
filename
java.io.File
java.io.IOException
public void start(BundleContext context)
context
java.lang.Exception
public void stop(BundleContext context)
context
java.lang.Exception