From 100fe7fd9556d150e2a18f5facdacd8006e8a29c Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 4 Sep 2022 11:01:25 -0400 Subject: [PATCH] update index.html --- I2PChromium.md | 13 +++++++------ I2PCommonBrowser.md | 12 ++++++++++++ I2PFirefox.md | 13 +++++++------ I2PFirefoxProfileBuilder.md | 2 +- build.xml | 2 +- 5 files changed, 28 insertions(+), 14 deletions(-) diff --git a/I2PChromium.md b/I2PChromium.md index db94667..b531064 100644 --- a/I2PChromium.md +++ b/I2PChromium.md @@ -7,6 +7,7 @@ Description: > I2PChromium.java Copyright C 2022 idk This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Author: idk +Parent class: I2PCommonBrowser package: net.i2p.i2pfirefox ## Dependencies @@ -276,7 +277,7 @@ This method has no parameters. | url | String[] | | -### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L596) +### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L598) + Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Chromium with the profile directory. + Access: public @@ -288,7 +289,7 @@ This method has no parameters. | url | String[] | | -### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L619) +### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L623) + Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Chromium with the profile directory. + Access: public @@ -299,7 +300,7 @@ This method has no parameters. | privateWindow | boolean | | -### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L628) +### launch [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L632) + Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Chromium with the profile directory. + Access: public @@ -308,7 +309,7 @@ This method has no parameters. This method has no parameters. -### ValidURL [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L630) +### ValidURL [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L634) + Description: + Access: private @@ -320,7 +321,7 @@ This method has no parameters. | inUrl | String | | -### main [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L640) +### main [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L644) + Description: + Access: public @@ -332,7 +333,7 @@ This method has no parameters. | args | String[] | | -### sleep [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L667) +### sleep [[src]](src/java/net/i2p/i2pfirefox/I2PChromium.java#L671) + Description: + Access: private diff --git a/I2PCommonBrowser.md b/I2PCommonBrowser.md index a04c435..e2fdcff 100644 --- a/I2PCommonBrowser.md +++ b/I2PCommonBrowser.md @@ -140,3 +140,15 @@ package: net.i2p.i2pfirefox | destinationFile | File | | +### validateProfileFirstRun [[src]](src/java/net/i2p/i2pfirefox/I2PCommonBrowser.java#L203) + ++ Description: ++ Access: public ++ Modifiers: static ++ return: boolean + +| Name | Type | Description | +| ----- | ----- | ----- | +| profileDirectory | String | | + + diff --git a/I2PFirefox.md b/I2PFirefox.md index d22f640..6278f75 100644 --- a/I2PFirefox.md +++ b/I2PFirefox.md @@ -7,6 +7,7 @@ Description: > I2PFirefox.java Copyright C 2022 idk This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Author: idk +Parent class: I2PCommonBrowser package: net.i2p.i2pfirefox ## Dependencies @@ -292,7 +293,7 @@ This method has no parameters. | url | String[] | | -### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L507) +### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L509) + 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 @@ -304,7 +305,7 @@ This method has no parameters. | url | String[] | | -### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L529) +### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L533) + 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 @@ -315,7 +316,7 @@ This method has no parameters. | privateWindow | boolean | | -### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L539) +### launch [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L543) + 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 @@ -324,7 +325,7 @@ This method has no parameters. This method has no parameters. -### ValidURL [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L541) +### ValidURL [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L545) + Description: + Access: private @@ -336,7 +337,7 @@ This method has no parameters. | inUrl | String | | -### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L552) +### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L556) + Description: + Access: public @@ -348,7 +349,7 @@ This method has no parameters. | args | String[] | | -### sleep [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L580) +### sleep [[src]](src/java/net/i2p/i2pfirefox/I2PFirefox.java#L584) + Description: + Access: private diff --git a/I2PFirefoxProfileBuilder.md b/I2PFirefoxProfileBuilder.md index 9ce887d..286b525 100644 --- a/I2PFirefoxProfileBuilder.md +++ b/I2PFirefoxProfileBuilder.md @@ -103,7 +103,7 @@ This method has no parameters. | base | String | | -### copyStrictOptions [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L149) +### copyStrictOptions [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L151) + Description: Copy the strict options from the base profile to the profile + Access: public diff --git a/build.xml b/build.xml index 68888e0..7f54fe1 100755 --- a/build.xml +++ b/build.xml @@ -311,7 +311,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det - +