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.Modifier and Type | Class and Description |
---|---|
private class |
MavenJdtPlugin.WorkspaceSourceDownloadJob |
Modifier and Type | Field and Description |
---|---|
(package private) BuildPathManager |
buildpathManager |
private static MavenJdtPlugin |
instance |
(package private) MavenLaunchConfigurationListener |
launchConfigurationListener |
(package private) IMavenClassifierManager |
mavenClassifierManager |
static java.lang.String |
PLUGIN_ID |
(package private) MavenJdtPlugin.WorkspaceSourceDownloadJob |
workspaceSourceDownloadJob |
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, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString
public static final java.lang.String PLUGIN_ID
private static MavenJdtPlugin instance
MavenLaunchConfigurationListener launchConfigurationListener
BuildPathManager buildpathManager
IMavenClassifierManager mavenClassifierManager
MavenJdtPlugin.WorkspaceSourceDownloadJob workspaceSourceDownloadJob
public void start(org.osgi.framework.BundleContext bundleContext) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.core.runtime.Plugin
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.core.runtime.Plugin
java.lang.Exception
public static MavenJdtPlugin getDefault()
public IClasspathManager getBuildpathManager()
public IMavenClassifierManager getMavenClassifierManager()