RSE
Release 1.0

org.eclipse.rse.logging
Class RemoteSystemsLoggingPlugin

java.lang.Object
  extended byorg.eclipse.core.runtime.Plugin
      extended byorg.eclipse.rse.logging.RemoteSystemsLoggingPlugin
All Implemented Interfaces:
BundleActivator

public class RemoteSystemsLoggingPlugin
extends Plugin

Remote Systems Logging plugin.


Field Summary
static Logger out
           
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
RemoteSystemsLoggingPlugin()
          Constructor.
 
Method Summary
static RemoteSystemsLoggingPlugin getDefault()
          Returns the shared plugin instance.
 ResourceBundle getResourceBundle()
          Returns the plugin's resource bundle.
static String getResourceString(String key)
          Returns the string from the plugin's resource bundle, or 'key' if not found.
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
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
 

Field Detail

out

public static Logger out
Constructor Detail

RemoteSystemsLoggingPlugin

public RemoteSystemsLoggingPlugin()
Constructor.

Method Detail

getDefault

public static RemoteSystemsLoggingPlugin getDefault()
Returns the shared plugin instance.


getResourceString

public static String getResourceString(String key)
Returns the string from the plugin's resource bundle, or 'key' if not found.


getResourceBundle

public ResourceBundle getResourceBundle()
Returns the plugin's resource bundle.


start

public void start(BundleContext context)
           throws Exception
Throws:
Exception

stop

public void stop(BundleContext context)
          throws Exception
Throws:
Exception

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.