diff --git a/I2PFirefox.md b/I2PFirefox.md index 243adf2..6c522fc 100644 --- a/I2PFirefox.md +++ b/I2PFirefox.md @@ -227,7 +227,7 @@ This method has no parameters. | args | String[] | the extended arguments to pass to the Firefox binary. | -### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L423) +### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L422) + Description: Waits for an HTTP proxy on port 4444 to be ready. Returns false on timeout of 200 seconds. + Access: public @@ -236,7 +236,7 @@ This method has no parameters. This method has no parameters. -### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L433) +### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L432) + Description: Waits for an HTTP proxy on port 4444 to be ready. Returns false on timeout of the specified number of seconds. + Access: public @@ -247,7 +247,7 @@ This method has no parameters. | timeout | int | the number of seconds to wait for the proxy to be ready. | -### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L445) +### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L444) + Description: Waits for an HTTP proxy on the specified port to be ready. Returns false on timeout of the specified number of seconds. + Access: public @@ -259,7 +259,7 @@ This method has no parameters. | port | int | the port to wait for the proxy to be ready on. | -### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L458) +### waitForProxy [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L457) + Description: Waits for an HTTP proxy on the specified port to be ready. Returns false on timeout of the specified number of seconds. + Access: public @@ -272,7 +272,7 @@ This method has no parameters. | host | String | the host to wait for the proxy to be ready on. | -### checkifPortIsOccupied [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L472) +### checkifPortIsOccupied [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L471) + Description: + Access: private @@ -284,7 +284,7 @@ This method has no parameters. | host | String | | -### usabilityMode [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L482) +### usabilityMode [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L481) + Description: + Access: private @@ -293,7 +293,7 @@ This method has no parameters. This method has no parameters. -### launchAndDetatch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L489) +### launchAndDetatch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L488) + Description: + Access: public @@ -305,7 +305,7 @@ This method has no parameters. | url | String[] | | -### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L554) +### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L560) + Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Firefox with the profile directory. + Access: public @@ -317,7 +317,7 @@ This method has no parameters. | url | String[] | | -### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L578) +### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L584) + Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Firefox with the profile directory. + Access: public @@ -328,7 +328,7 @@ This method has no parameters. | privateWindow | boolean | | -### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L588) +### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L594) + Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Firefox with the profile directory. Uses a semi-permanent profile. + Access: public @@ -337,7 +337,7 @@ This method has no parameters. This method has no parameters. -### ValidURL [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L590) +### ValidURL [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L596) + Description: + Access: private @@ -349,7 +349,7 @@ This method has no parameters. | inUrl | String | | -### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L601) +### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L607) + Description: + Access: public @@ -361,7 +361,7 @@ This method has no parameters. | args | String[] | | -### sleep [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L630) +### sleep [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L636) + Description: + Access: private diff --git a/I2PFirefoxProfileChecker.md b/I2PFirefoxProfileChecker.md index f22d732..5901ed7 100644 --- a/I2PFirefoxProfileChecker.md +++ b/I2PFirefoxProfileChecker.md @@ -19,9 +19,11 @@ package: net.i2p.i2pfirefox @@ -29,7 +31,7 @@ package: net.i2p.i2pfirefox ## Methods -### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L30) +### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L32) + Description: + Access: public @@ -41,7 +43,7 @@ package: net.i2p.i2pfirefox | args | String[] | | -### validateProfileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L51) +### validateProfileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L53) + Description: Return true if the profile directory is valid. + Access: public @@ -53,7 +55,7 @@ package: net.i2p.i2pfirefox | profileDirectory | String | the profile directory to check | -### deRestrictHTTPS [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L84) +### deRestrictHTTPSAndSetupHomepage [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L86) + Description: + Access: private @@ -65,7 +67,7 @@ package: net.i2p.i2pfirefox | profile | String | | -### undoHttpsOnlyMode [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L104) +### undoHttpsOnlyMode [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L109) + Description: + Access: private @@ -77,7 +79,33 @@ package: net.i2p.i2pfirefox | fileToBeModified | File | | -### validateFile [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L140) +### undoHomepage [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L115) + ++ Description: ++ Access: private ++ Modifiers: static ++ return: boolean + +| Name | Type | Description | +| ----- | ----- | ----- | +| fileToBeModified | File | | + + +### undoValue [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L137) + ++ Description: ++ Access: private ++ Modifiers: static ++ return: boolean + +| Name | Type | Description | +| ----- | ----- | ----- | +| oldString | String | | +| newString | String | | +| fileToBeModified | File | | + + +### validateFile [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L171) + Description: Return true if the file is valid. + Access: public @@ -89,7 +117,7 @@ package: net.i2p.i2pfirefox | file | String | the file to check | -### validateExtensionDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L167) +### validateExtensionDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L198) + Description: Return true if the extension directory is valid. + Access: public