public class MvnIndexPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin
Modifier and Type | Field and Description |
---|---|
private org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry |
contextTypeRegistry |
private static MvnIndexPlugin |
defaultInstance |
private static org.slf4j.Logger |
log |
static java.lang.String |
PLUGIN_ID |
private static java.lang.String |
TEMPLATES_KEY |
private org.eclipse.jface.text.templates.persistence.TemplateStore |
templateStore |
Constructor and Description |
---|
MvnIndexPlugin() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jface.text.templates.ContextTypeRegistry |
getContextTypeRegistry() |
static MvnIndexPlugin |
getDefault() |
org.eclipse.jface.text.templates.ContextTypeRegistry |
getTemplateContextRegistry()
Returns the template context type registry.
|
org.eclipse.jface.text.templates.persistence.TemplateStore |
getTemplateStore()
Returns the template store.
|
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
private static final org.slf4j.Logger log
public static final java.lang.String PLUGIN_ID
private static final java.lang.String TEMPLATES_KEY
private static MvnIndexPlugin defaultInstance
private org.eclipse.jface.text.templates.persistence.TemplateStore templateStore
private org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry contextTypeRegistry
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public static MvnIndexPlugin getDefault()
public org.eclipse.jface.text.templates.persistence.TemplateStore getTemplateStore()
public org.eclipse.jface.text.templates.ContextTypeRegistry getTemplateContextRegistry()
public org.eclipse.jface.text.templates.ContextTypeRegistry getContextTypeRegistry()