Class Activator
- java.lang.Object
-
- org.eclipse.core.runtime.Plugin
-
- org.eclipse.remote.telnet.internal.core.Activator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class Activator extends org.eclipse.core.runtime.Plugin
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPLUGIN_ID
-
Constructor Summary
Constructors Constructor Description Activator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.eclipse.core.runtime.PlugingetDefault()static voidlog(java.lang.Throwable e)static voidlog(org.eclipse.core.runtime.IStatus status)voidstart(org.osgi.framework.BundleContext bundleContext)voidstop(org.osgi.framework.BundleContext bundleContext)-
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString
-
-
-
-
Field Detail
-
PLUGIN_ID
public static final java.lang.String PLUGIN_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public void start(org.osgi.framework.BundleContext bundleContext) throws java.lang.Exception- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Overrides:
startin classorg.eclipse.core.runtime.Plugin- Throws:
java.lang.Exception
-
stop
public void stop(org.osgi.framework.BundleContext bundleContext) throws java.lang.Exception- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Overrides:
stopin classorg.eclipse.core.runtime.Plugin- Throws:
java.lang.Exception
-
getDefault
public static org.eclipse.core.runtime.Plugin getDefault()
-
log
public static void log(org.eclipse.core.runtime.IStatus status)
-
log
public static void log(java.lang.Throwable e)
-
-