RSE
Release 1.0

org.eclipse.rse.dstore.security
Class UniversalSecurityPlugin

java.lang.Object
  extended byorg.eclipse.core.runtime.Plugin
      extended byorg.eclipse.ui.plugin.AbstractUIPlugin
          extended byorg.eclipse.rse.dstore.security.UniversalSecurityPlugin
All Implemented Interfaces:
BundleActivator

public class UniversalSecurityPlugin
extends AbstractUIPlugin


Field Summary
static 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
 
Constructor Summary
UniversalSecurityPlugin()
           
 
Method Summary
static Shell getActiveWorkbenchShell()
           
static IWorkbenchWindow getActiveWorkbenchWindow()
           
static UniversalSecurityPlugin getDefault()
           
static String getKeyStoreLocation()
           
static String getKeyStorePassword()
           
static String getPluginId()
           
static ResourceBundle getResourceBundle()
           
static String getString(String key)
           
static String getWorkspaceName()
           
 void log(IStatus status)
           
 void log(Throwable e)
           
 void stop(BundleContext context)
           
 
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, start, startup
 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

UniversalSecurityPlugin

public UniversalSecurityPlugin()
Method Detail

getDefault

public static UniversalSecurityPlugin getDefault()

getPluginId

public static String getPluginId()

getResourceBundle

public static ResourceBundle getResourceBundle()

getString

public static String getString(String key)

getKeyStoreLocation

public static String getKeyStoreLocation()

getKeyStorePassword

public static String getKeyStorePassword()

getWorkspaceName

public static String getWorkspaceName()

stop

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

getActiveWorkbenchShell

public static Shell getActiveWorkbenchShell()

getActiveWorkbenchWindow

public static IWorkbenchWindow getActiveWorkbenchWindow()

log

public void log(IStatus status)

log

public void log(Throwable e)

RSE
Release 1.0

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