org.eclipse.rse.services.ssh
Class Activator
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.rse.services.ssh.Activator
- All Implemented Interfaces:
- BundleActivator
- public class Activator
- extends Plugin
The main plugin class to be used in the desktop.
|
Constructor Summary |
Activator()
The constructor. |
| 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 |
Activator
public Activator()
- The constructor.
start
public void start(BundleContext context)
throws Exception
- Throws:
Exception
stop
public void stop(BundleContext context)
throws Exception
- Throws:
Exception
getDefault
public static Activator getDefault()
- Returns the shared instance.
- Returns:
- the shared instance.
logException
public void logException(Throwable t)
- Logs an throwable to the log for this plugin.
- Parameters:
t - the Throwable to be logged.
isTracingOn
public static boolean isTracingOn()
getTimestamp
public static String getTimestamp()
trace
public static void trace(String msg)
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.