|
TPTP 4.3.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.hyades.execution.recorder.local.appadapters.FirefoxAdapter
This object is the client object for a RecorderApplication extension point (point org.eclipse.hyades.execution.recorder.RecorderApplication) it contains logic for initializing, starting, and stopping Firefox. In particular, this object is able to modify user preference settings to cause Firefox to use a particular host and port for proxy recording. .
| Field Summary | |
|---|---|
int |
AUTO_CONFIG_URL
Deprecated. |
static java.lang.String |
extensionID
Deprecated. |
int |
HTTP_PROXY_ONLY_SET
Deprecated. |
int |
HTTP_PROXY_OVERRIDE
Deprecated. |
int |
HTTP_SECURE_LOCALHOST
Deprecated. |
int |
HTTP_SECURE_MISMATCH
Deprecated. |
FirefoxPrefs |
myMozDefaultPrefs
Deprecated. |
FirefoxPrefs |
myMozUserPrefs
Deprecated. |
static java.lang.String |
PREFERENCE_PATH
Deprecated. |
FirefoxPrefs |
prefsToUse
Deprecated. |
int |
PROXY_SETTINGS_OK
Deprecated. |
java.lang.String |
recorderPathFileName
Deprecated. |
java.lang.String |
RecorderPathFileStr
Deprecated. |
int |
SECURE_PROXY_ONLY_SET
Deprecated. |
int |
SOCKS_SET
Deprecated. |
| Constructor Summary | |
|---|---|
FirefoxAdapter()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
cleanup()
Deprecated. method called to restore the process back to its original state |
java.lang.String |
getApplicationPath()
Deprecated. Method for returning the fully-qualified executable path to the application, or null if this is N/A |
java.lang.String |
getDefaultApplicationPath()
Deprecated. |
java.lang.String |
getInitString()
Deprecated. called by the recorder to acquire the adapters init string for passing to the agent side of the rac |
java.lang.StringBuffer |
getRecFileContent(java.lang.String recFilePath)
Deprecated. |
void |
init(java.lang.String initInfo)
Deprecated. |
java.lang.String |
scanRecFileContent(java.lang.StringBuffer recFileContents)
Deprecated. |
void |
setApplicationPath(java.lang.String str)
Deprecated. Sets & stores the new application path. |
void |
setInitString(java.lang.String initString)
Deprecated. API for setting initialization info for the application adapter. |
java.lang.Process |
start()
Deprecated. method called by the recorder to start the target application (Internet Explorer) |
void |
stop()
Deprecated. method called to stop the target process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public FirefoxPrefs prefsToUse
public FirefoxPrefs myMozDefaultPrefs
public FirefoxPrefs myMozUserPrefs
public java.lang.String RecorderPathFileStr
public java.lang.String recorderPathFileName
public static final java.lang.String PREFERENCE_PATH
public static final java.lang.String extensionID
public final int PROXY_SETTINGS_OK
public final int SOCKS_SET
public final int HTTP_PROXY_ONLY_SET
public final int SECURE_PROXY_ONLY_SET
public final int HTTP_SECURE_MISMATCH
public final int HTTP_SECURE_LOCALHOST
public final int HTTP_PROXY_OVERRIDE
public final int AUTO_CONFIG_URL
| Constructor Detail |
public FirefoxAdapter()
| Method Detail |
public void init(java.lang.String initInfo)
throws RecorderApplicationAdapterException
init in interface IRecorderApplicationAdapterRecorderApplicationAdapterExceptionpublic java.lang.StringBuffer getRecFileContent(java.lang.String recFilePath)
public java.lang.String scanRecFileContent(java.lang.StringBuffer recFileContents)
public java.lang.Process start()
throws RecorderApplicationAdapterException
start in interface IRecorderApplicationAdapterRecorderApplicationAdapterException
public void cleanup()
throws RecorderApplicationAdapterException
cleanup in interface IRecorderApplicationAdapterRecorderApplicationAdapterException
public void stop()
throws RecorderApplicationAdapterException
stop in interface IRecorderApplicationAdapterRecorderApplicationAdapterExceptionpublic void setInitString(java.lang.String initString)
IRecorderApplicationAdapter
setInitString in interface IRecorderApplicationAdapterpublic java.lang.String getInitString()
getInitString in interface IRecorderApplicationAdapterpublic java.lang.String getApplicationPath()
IRecorderApplicationAdapter
getApplicationPath in interface IRecorderApplicationAdapterpublic java.lang.String getDefaultApplicationPath()
public void setApplicationPath(java.lang.String str)
IRecorderApplicationAdapter
setApplicationPath in interface IRecorderApplicationAdapter
|
TPTP 4.3.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||