|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.Plugin
org.eclipse.emf.mint.MintCore
public final class MintCore
Mint Core plugin class.
Field Summary | |
---|---|
static String |
PLUGIN_ID
Mint Core plugin identifier (value "org.eclipse.emf.mint" ). |
Fields inherited from class org.eclipse.core.runtime.Plugin |
---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary | |
---|---|
MintCore()
Creates the Mint core plugin. |
Method Summary | |
---|---|
static MintCore |
getInstance()
Returns the singleton instance of this plugin. |
IMemberAnnotationManager |
getMemberAnnotationManager()
Returns the singleton instance of IMemberAnnotationManager . |
IStatus |
logError(String message,
Throwable t)
Creates a status object with the given message and
exception and logs it to the platform log. |
void |
stop(BundleContext context)
Stops the plugin instance. |
Methods inherited from class org.eclipse.core.runtime.Plugin |
---|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, start, startup, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PLUGIN_ID
Constructor Detail |
---|
public MintCore()
Method Detail |
---|
public static MintCore getInstance()
public void stop(BundleContext context) throws Exception
stop
in interface BundleActivator
stop
in class Plugin
Exception
public IStatus logError(String message, Throwable t)
status
object with the given message and
exception and logs it to the platform log.
message
- optional message (a default message is substituted if null
)t
- optional exception to log
public IMemberAnnotationManager getMemberAnnotationManager()
IMemberAnnotationManager
.
|
Copyright 2008, 2009 Ecliptical Software Inc. and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |