|
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.hyades.execution.recorder.local.appadapters.FirefoxPrefs
This object is the support methods for the FireFoxAdapter. In particular, this object is able to read and modify user preference settings to cause Firefox to use a particular host and port for proxy recording. .
| Field Summary | |
|---|---|
int |
AUTO_CONFIG_URL
Deprecated. |
int |
BROWSER_IN_USE
Deprecated. |
int |
BROWSER_NOT_FOUND
Deprecated. |
java.lang.String |
firefoxDefaultPrefsPath
Deprecated. |
java.lang.String |
firefoxDefaultPrefsPathDir
Deprecated. |
java.lang.String |
firefoxPrefsFilePath
Deprecated. |
java.lang.String |
firefoxUserPrefsPath
Deprecated. |
java.lang.String |
firefoxUserPrefsPathDir
Deprecated. |
int |
HTTP_PROXY_ONLY_SET
Deprecated. |
int |
HTTP_PROXY_OVERRIDE
Deprecated. |
int |
HTTP_SECURE_LOCALHOST
Deprecated. |
int |
HTTP_SECURE_MISMATCH
Deprecated. |
static java.lang.String |
mylocalhost
Deprecated. |
static java.lang.String |
PREFERENCE_PATH
Deprecated. |
int |
PREFS_NOT_FOUND
Deprecated. |
int |
PROXY_SETTINGS_OK
Deprecated. |
int |
SECURE_PROXY_ONLY_SET
Deprecated. |
int |
SOCKS_SET
Deprecated. |
| Constructor Summary | |
|---|---|
FirefoxPrefs()
Deprecated. |
|
FirefoxPrefs(FirefoxPrefs originalPrefs)
Deprecated. |
|
FirefoxPrefs(FirefoxPrefs myMozDefaultPrefs,
FirefoxPrefs myMozUserPrefs)
Deprecated. |
|
FirefoxPrefs(int proxyPort)
Deprecated. |
|
FirefoxPrefs(int proxyPort,
boolean checkAbortStatus)
Deprecated. |
|
FirefoxPrefs(int proxyPort,
java.lang.String sslKeyFilePath)
Deprecated. |
|
FirefoxPrefs(java.lang.String thePrefsFilePath)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
copyPrefsFile(java.lang.String fromPrefsPath,
java.lang.String toPrefsPath)
Deprecated. |
java.lang.StringBuffer |
generateNewPrefsBuffer()
Deprecated. |
int |
getAdapterError()
Deprecated. |
java.lang.String |
getApplicationPath()
Deprecated. |
int |
getAUTO_CONFIG_URL()
Deprecated. |
java.lang.String |
getAutoConfigURLEnabledValue()
Deprecated. |
java.lang.String |
getDefaultApplicationPath()
Deprecated. |
java.lang.String |
getFIND_AUTO_CONFIG_URL()
Deprecated. |
java.lang.String |
getFIND_HOMEPAGE()
Deprecated. |
java.lang.String |
getFIND_HTTP_PROXY_PORT()
Deprecated. |
java.lang.String |
getFIND_HTTP_PROXY()
Deprecated. |
java.lang.String |
getFIND_PROXY_OVERRIDE()
Deprecated. |
java.lang.String |
getFIND_SOCKS_PROXY_PORT()
Deprecated. |
java.lang.String |
getFIND_SOCKS_PROXY()
Deprecated. |
java.lang.String |
getFIND_SOCKS_VERSION()
Deprecated. |
java.lang.String |
getFIND_SSL_PROXY_PORT()
Deprecated. |
java.lang.String |
getFIND_SSL_PROXY()
Deprecated. |
java.lang.String |
getHomePage()
Deprecated. |
int |
getHTTP_PROXY_ONLY_SET()
Deprecated. |
int |
getHTTP_PROXY_OVERRIDE()
Deprecated. |
int |
getHTTP_SECURE_LOCALHOST()
Deprecated. |
int |
getHTTP_SECURE_MISMATCH()
Deprecated. |
java.lang.String |
getHttpProxyAddr()
Deprecated. |
java.lang.String |
getHttpProxyPort()
Deprecated. |
FirefoxPrefs |
getPrefsToUse()
Deprecated. |
int |
getProxyError()
Deprecated. |
java.lang.String |
getProxyOverrideAddr()
Deprecated. |
java.lang.String |
getProxyType()
Deprecated. |
java.lang.StringBuffer |
getRecFileContent(java.lang.String recFilePath)
Deprecated. |
int |
getSECURE_PROXY_ONLY_SET()
Deprecated. |
int |
getSOCKS_SET()
Deprecated. |
java.lang.String |
getSocksProxyAddr()
Deprecated. |
java.lang.String |
getSocksProxyPort()
Deprecated. |
java.lang.String |
getSocksVersion()
Deprecated. |
java.lang.String |
getSslProxyAddr()
Deprecated. |
java.lang.String |
getSslProxyPort()
Deprecated. |
void |
init(boolean checkAbortFlag)
Deprecated. |
boolean |
isAdapterProblem()
Deprecated. |
boolean |
isAutoConfigURLEnabled()
Deprecated. |
boolean |
isBadProxySettings()
Deprecated. |
boolean |
isHttpProxyEnabled()
Deprecated. |
boolean |
isProxyOverrideEnabled()
Deprecated. |
boolean |
isSocksProxyEnabled()
Deprecated. |
boolean |
isSSLProxyEnabled()
Deprecated. |
void |
scanPrefsContent(java.lang.StringBuffer prefsFileContents)
Deprecated. |
java.lang.String |
scanRecFileContent(java.lang.StringBuffer recFileContents)
Deprecated. |
void |
setAdapterError(int adapterError)
Deprecated. |
void |
setAdapterProblem(boolean isAdapterProblem)
Deprecated. |
void |
setBadProxySettings(boolean badProxySettings)
Deprecated. |
void |
setCurrentPrefs(FirefoxPrefs newPrefs)
Deprecated. |
void |
setProxyError(int proxyError)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
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
public final int PREFS_NOT_FOUND
public final int BROWSER_NOT_FOUND
public final int BROWSER_IN_USE
public java.lang.String firefoxDefaultPrefsPath
public java.lang.String firefoxUserPrefsPath
public java.lang.String firefoxDefaultPrefsPathDir
public java.lang.String firefoxUserPrefsPathDir
public java.lang.String firefoxPrefsFilePath
public static final java.lang.String PREFERENCE_PATH
public static final java.lang.String mylocalhost
| Constructor Detail |
public FirefoxPrefs()
public FirefoxPrefs(int proxyPort)
public FirefoxPrefs(int proxyPort,
boolean checkAbortStatus)
public FirefoxPrefs(int proxyPort,
java.lang.String sslKeyFilePath)
public FirefoxPrefs(java.lang.String thePrefsFilePath)
public FirefoxPrefs(FirefoxPrefs originalPrefs)
public FirefoxPrefs(FirefoxPrefs myMozDefaultPrefs,
FirefoxPrefs myMozUserPrefs)
| Method Detail |
public java.lang.String getApplicationPath()
public void scanPrefsContent(java.lang.StringBuffer prefsFileContents)
public void setCurrentPrefs(FirefoxPrefs newPrefs)
public void init(boolean checkAbortFlag)
public FirefoxPrefs getPrefsToUse()
public int getAUTO_CONFIG_URL()
public java.lang.String getAutoConfigURLEnabledValue()
public boolean isBadProxySettings()
public java.lang.String getFIND_AUTO_CONFIG_URL()
public java.lang.String getFIND_HOMEPAGE()
public java.lang.String getFIND_HTTP_PROXY()
public java.lang.String getFIND_HTTP_PROXY_PORT()
public java.lang.String getFIND_PROXY_OVERRIDE()
public java.lang.String getFIND_SOCKS_PROXY()
public java.lang.String getFIND_SOCKS_PROXY_PORT()
public java.lang.String getFIND_SOCKS_VERSION()
public java.lang.String getFIND_SSL_PROXY()
public java.lang.String getFIND_SSL_PROXY_PORT()
public java.lang.String getHomePage()
public int getHTTP_PROXY_ONLY_SET()
public int getHTTP_PROXY_OVERRIDE()
public int getHTTP_SECURE_LOCALHOST()
public int getHTTP_SECURE_MISMATCH()
public java.lang.String getHttpProxyAddr()
public java.lang.String getHttpProxyPort()
public boolean isAutoConfigURLEnabled()
public boolean isHttpProxyEnabled()
public boolean isProxyOverrideEnabled()
public boolean isSocksProxyEnabled()
public boolean isSSLProxyEnabled()
public int getProxyError()
public int getAdapterError()
public java.lang.String getProxyOverrideAddr()
public java.lang.String getProxyType()
public int getSECURE_PROXY_ONLY_SET()
public int getSOCKS_SET()
public java.lang.String getSocksProxyAddr()
public java.lang.String getSocksProxyPort()
public java.lang.String getSocksVersion()
public java.lang.String getSslProxyAddr()
public java.lang.String getSslProxyPort()
public void setBadProxySettings(boolean badProxySettings)
badProxySettings - The badProxySettings to set.public void setProxyError(int proxyError)
proxyError - The proxyError to set.public java.lang.StringBuffer generateNewPrefsBuffer()
public int copyPrefsFile(java.lang.String fromPrefsPath,
java.lang.String toPrefsPath)
public boolean isAdapterProblem()
public void setAdapterProblem(boolean isAdapterProblem)
public void setAdapterError(int adapterError)
public java.lang.StringBuffer getRecFileContent(java.lang.String recFilePath)
public java.lang.String scanRecFileContent(java.lang.StringBuffer recFileContents)
public java.lang.String getDefaultApplicationPath()
|
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 | ||||||||||