public class MavenProfilesCoreActivator
extends org.eclipse.core.runtime.Plugin
| Constructor and Description |
|---|
MavenProfilesCoreActivator()
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
static MavenProfilesCoreActivator |
getDefault()
Returns the shared instance
|
IProfileManager |
getProfileManager() |
static org.eclipse.core.runtime.IStatus |
getStatus(String message) |
static org.eclipse.core.runtime.IStatus |
getStatus(String message,
Throwable e) |
static void |
log(String message) |
static void |
log(Throwable e) |
void |
start(org.osgi.framework.BundleContext context) |
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 context)
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 MavenProfilesCoreActivator getDefault()
public static org.eclipse.core.runtime.IStatus getStatus(String message)
public static void log(Throwable e)
public static void log(String message)
public IProfileManager getProfileManager()
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.