|
TPTP 4.4.0 Testing 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.execution.recorder.http.HttpRecorderPlugin
The main class of the Recorder Harness
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_PORT
Deprecated. |
static java.lang.String |
PLUGIN_ID
Deprecated. |
static java.lang.String |
PROXY_PORT
Deprecated. |
static java.lang.String |
RECORDER_APP_ADAPTER
Deprecated. |
static java.lang.String |
RECORDING_PATH
Deprecated. |
| Fields inherited from class org.eclipse.core.runtime.Plugin |
|---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
| Constructor Summary | |
|---|---|
HttpRecorderPlugin()
Deprecated. |
|
| Method Summary | |
|---|---|
static HttpRecorderPlugin |
getDefault()
Deprecated. Returns the shared instance. |
static java.lang.String |
getID()
Deprecated. Returns this plugin's id. |
java.util.ResourceBundle |
getResourceBundle()
Deprecated. As of TPTP V4.4, use UiPluginResourceBundle for resolving resources. The plugin.properties property file ONLY contains messages for the this plug-in's MANIFEST.MF and plugin.xml files. |
| 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, stop |
| 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 |
public static final java.lang.String RECORDING_PATH
public static final java.lang.String RECORDER_APP_ADAPTER
public static final java.lang.String PROXY_PORT
public static final java.lang.String DEFAULT_PORT
public static final java.lang.String PLUGIN_ID
| Constructor Detail |
public HttpRecorderPlugin()
| Method Detail |
public java.util.ResourceBundle getResourceBundle()
UiPluginResourceBundle for resolving resources. The plugin.properties property file ONLY contains messages for the this plug-in's MANIFEST.MF and plugin.xml files.
If the plugin's resource bundle can not be resolved, null is returned.
IMPORTANT: Do not use this method to retrieve values from the resource bundle. This method is provided so this plugin's resource bundle can be used as the parent of another plugin's resource bundle.
null.public static HttpRecorderPlugin getDefault()
public static java.lang.String getID()
|
TPTP 4.4.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||