TPTP 4.4.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.recorder.http
Class HttpRecorderPlugin

java.lang.Object
  extended byorg.eclipse.core.runtime.Plugin
      extended byorg.eclipse.ui.plugin.AbstractUIPlugin
          extended byorg.eclipse.hyades.execution.recorder.http.HttpRecorderPlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

Deprecated. This is not public API. It will be moved to internal in TPTP 5

public class HttpRecorderPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin

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

RECORDING_PATH

public static final java.lang.String RECORDING_PATH
Deprecated. 
See Also:
Constant Field Values

RECORDER_APP_ADAPTER

public static final java.lang.String RECORDER_APP_ADAPTER
Deprecated. 
See Also:
Constant Field Values

PROXY_PORT

public static final java.lang.String PROXY_PORT
Deprecated. 
See Also:
Constant Field Values

DEFAULT_PORT

public static final java.lang.String DEFAULT_PORT
Deprecated. 
See Also:
Constant Field Values

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

HttpRecorderPlugin

public HttpRecorderPlugin()
Deprecated. 
Method Detail

getResourceBundle

public 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.

Resolves the plugin's resource bundle.

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.

Returns:
The plugin's resource bundle, otherwise null.

getDefault

public static HttpRecorderPlugin getDefault()
Deprecated. 
Returns the shared instance.


getID

public static java.lang.String getID()
Deprecated. 
Returns this plugin's id.

Returns:
String

TPTP 4.4.0 Testing Tools Project
Public API Specification