org.eclipse.rse.subsystems.shells.ssh
Class Activator
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.eclipse.rse.subsystems.shells.ssh.Activator
- All Implemented Interfaces:
- BundleActivator
- public class Activator
- extends AbstractUIPlugin
The activator class controls the plug-in life cycle
|
Constructor Summary |
Activator()
The constructor |
| Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup |
| Methods inherited from class org.eclipse.core.runtime.Plugin |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
PLUGIN_ID
public static final String PLUGIN_ID
- See Also:
- Constant Field Values
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
getImageDescriptor
public static ImageDescriptor getImageDescriptor(String path)
- Returns an image descriptor for the image file at the given
plug-in relative path.
- Parameters:
path - the path
- Returns:
- the image descriptor
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.