|
||||||||||
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 java.lang.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 . |
org.eclipse.core.runtime.IStatus |
logError(java.lang.String message,
java.lang.Throwable t)
Creates a status object with the given message and
exception and logs it to the platform log. |
void |
stop(org.osgi.framework.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 java.lang.String PLUGIN_ID
Constructor Detail |
---|
public MintCore()
Method Detail |
---|
public static MintCore getInstance()
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 org.eclipse.core.runtime.IStatus logError(java.lang.String message, java.lang.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 Ecliptical Software Inc. and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |