public class MavenJdtPlugin
extends org.eclipse.core.runtime.Plugin
getDefault() and getBuildpathManager() are part of public API. All other methods, includes
methods inherited from AbstractUIPlugin should not be referenced by the client and can be removed without notice.| Constructor and Description |
|---|
MavenJdtPlugin() |
| Modifier and Type | Method and Description |
|---|---|
IClasspathManager |
getBuildpathManager() |
static MavenJdtPlugin |
getDefault() |
IMavenClassifierManager |
getMavenClassifierManager() |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext context) |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toStringpublic static final String PLUGIN_ID
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.core.runtime.PluginExceptionpublic void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.core.runtime.PluginExceptionpublic static MavenJdtPlugin getDefault()
public IClasspathManager getBuildpathManager()
public IMavenClassifierManager getMavenClassifierManager()
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.