|
TPTP 4.5.0 Monitoring Tools Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.eclipse.hyades.trace.sample.HyadesSamplePlugin
public class HyadesSamplePlugin
Log Analyzer Samples Plugin class. This class should not be used outside the context of Eclipse.
| Field Summary | |
|---|---|
static java.lang.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 | |
|---|---|
HyadesSamplePlugin()
Constructor for HyadesUIPlugin |
|
| Method Summary | |
|---|---|
static java.lang.String |
getID()
Returns this plugin's id. |
static HyadesSamplePlugin |
getInstance()
Returns the instance of this class created by the eclipse framework. |
java.util.ResourceBundle |
getResourceBundle()
Returns the resource bundle used by this plugin. |
void |
log(org.eclipse.core.runtime.IStatus status)
|
void |
log(java.lang.Throwable e)
|
static void |
logError(java.lang.String text)
Logs an error described by a text. |
static void |
logError(java.lang.Throwable throwable)
Logs an error described by a throwable. |
static void |
logInfo(java.lang.String text)
Logs an information described by a text. |
void |
start(org.osgi.framework.BundleContext context)
|
void |
stop(org.osgi.framework.BundleContext context)
|
| Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
|---|
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PLUGIN_ID
| Constructor Detail |
|---|
public HyadesSamplePlugin()
descriptor - | Method Detail |
|---|
public static HyadesSamplePlugin getInstance()
public void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.ui.plugin.AbstractUIPluginjava.lang.ExceptionBundleActivator.stop(org.osgi.framework.BundleContext)public static java.lang.String getID()
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.ui.plugin.AbstractUIPluginjava.lang.Exceptionpublic static void logError(java.lang.Throwable throwable)
This method should be used whenever a class in this plugin has to log an error since it adheres to the global logging strategy.
throwable - public static void logError(java.lang.String text)
This method should be whenever a class in this plugin has to log an error since it adheres to the global logging strategy.
text - public static void logInfo(java.lang.String text)
This method should be whenever a class in this plugin has to log an information since it adheres to the global logging strategy.
text - public java.util.ResourceBundle getResourceBundle()
IMPORTANT: Don't use this method to retrieve values from the
resource bundle. For this purpose use the static getString()
defined in this class.
This method is provided so this resource bundle can be used as the parent of another resource bundle.
public void log(org.eclipse.core.runtime.IStatus status)
public void log(java.lang.Throwable e)
|
TPTP 4.5.0 Monitoring Tools Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||