public class M2EUIPluginActivator
extends org.eclipse.ui.plugin.AbstractUIPlugin
Constructor and Description |
---|
M2EUIPluginActivator() |
Modifier and Type | Method and Description |
---|---|
static M2EUIPluginActivator |
getDefault() |
static org.eclipse.swt.graphics.Image |
getImage(String path)
Returns an Image for the file at the given relative path.
|
static org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor(String path) |
IMavenDiscoveryUI |
getImportWizardPageFactory() |
MavenConsoleImpl |
getMavenConsole() |
IMavenDiscovery |
getMavenDiscovery() |
org.eclipse.jface.preference.IPreferenceStore |
getPreferenceStore() |
SearchEngine |
getSearchEngine(org.eclipse.core.resources.IProject project) |
boolean |
hasMavenConsoleImpl() |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
void |
ungetMavenDiscovery(IMavenDiscovery discovery) |
createImageRegistry, getDialogSettings, getImageRegistry, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
public static final String PLUGIN_ID
public org.eclipse.jface.preference.IPreferenceStore getPreferenceStore()
getPreferenceStore
in class org.eclipse.ui.plugin.AbstractUIPlugin
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
Exception
public static M2EUIPluginActivator getDefault()
public static org.eclipse.swt.graphics.Image getImage(String path)
public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(String path)
public MavenConsoleImpl getMavenConsole()
public boolean hasMavenConsoleImpl()
public SearchEngine getSearchEngine(org.eclipse.core.resources.IProject project) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public IMavenDiscovery getMavenDiscovery()
public void ungetMavenDiscovery(IMavenDiscovery discovery)
discovery
- public IMavenDiscoveryUI getImportWizardPageFactory()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.