public class MavenProfilesCoreActivator
extends org.eclipse.core.runtime.Plugin
Modifier and Type | Field and Description |
---|---|
private static MavenProfilesCoreActivator |
plugin |
static java.lang.String |
PLUGIN_ID |
private IProfileManager |
profileManager |
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(java.lang.String message) |
static org.eclipse.core.runtime.IStatus |
getStatus(java.lang.String message,
java.lang.Throwable e) |
static void |
log(java.lang.String message) |
static void |
log(java.lang.Throwable e) |
void |
start(org.osgi.framework.BundleContext context) |
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 IProfileManager profileManager
private static MavenProfilesCoreActivator plugin
public void start(org.osgi.framework.BundleContext context) 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 MavenProfilesCoreActivator getDefault()
public static org.eclipse.core.runtime.IStatus getStatus(java.lang.String message)
public static org.eclipse.core.runtime.IStatus getStatus(java.lang.String message, java.lang.Throwable e)
public static void log(java.lang.Throwable e)
public static void log(java.lang.String message)
public IProfileManager getProfileManager()