org.eclipse.ptp.services.core
Class ServicesCorePlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ptp.services.core.ServicesCorePlugin
- All Implemented Interfaces:
- BundleActivator
public class ServicesCorePlugin
- extends org.eclipse.core.runtime.Plugin
EXPERIMENTAL. This class or interface has been added as
part of a work in progress. There is no guarantee that this API will work or
that it will remain the same. Please do not use this API without consulting
with the RDT team.
The activator class controls the plug-in life cycle
|
Field Summary |
static java.lang.String |
PLUGIN_ID
|
| Fields inherited from class org.eclipse.core.runtime.Plugin |
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
| Methods inherited from class org.eclipse.core.runtime.Plugin |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PLUGIN_ID
public static final java.lang.String PLUGIN_ID
- See Also:
- Constant Field Values
ServicesCorePlugin
public ServicesCorePlugin()
- The constructor
start
public void start(BundleContext context)
throws java.lang.Exception
- Specified by:
start in interface BundleActivator- Overrides:
start in class org.eclipse.core.runtime.Plugin
- Throws:
java.lang.Exception
stop
public void stop(BundleContext context)
throws java.lang.Exception
- Specified by:
stop in interface BundleActivator- Overrides:
stop in class org.eclipse.core.runtime.Plugin
- Throws:
java.lang.Exception
getDefault
public static ServicesCorePlugin getDefault()
- Returns the shared instance
- Returns:
- the shared instance
log
public void log(java.lang.Throwable e)
log
public void log(org.eclipse.core.runtime.IStatus status)
logErrorMessage
public void logErrorMessage(java.lang.String message)
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.