update I2PFirefoxProfileBuilder.html

Former-commit-id: 66031ea4c0
Former-commit-id: 357e318f016b71a7e1c13e4e902377bcc6693a62
This commit is contained in:
idk
2022-08-27 14:46:11 -04:00
parent abe38ddbc8
commit c0897086ff

View File

@ -96,6 +96,9 @@
</div>
</div>
<h1>
<a href="#class-i2pfirefoxprofilebuilder-src" rel="nofollow">
<span></span>
</a>
Class I2PFirefoxProfileBuilder
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java" rel="nofollow">
[src]
@ -108,34 +111,40 @@
</blockquote>
<p>
Access: public
<br/>
<br>
Description:
<br/>
&gt; I2PFirefoxProfileBuilder.java Copyright C 2022 idk
</p>
<blockquote>
<p>
I2PFirefoxProfileBuilder.java Copyright C 2022 idk
<a href="mailto:hankhill19580@gmail.com" rel="nofollow">
hankhill19580@gmail.com
</a>
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. I2PFirefoxProfileBuilder is a that builds a profile directory which contains the I2P browser profile for the Firefox browser family. It manages the base profile directory and copies its contents to the active profile directory which is actually used by Firefox.
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. I2PFirefoxProfileBuilder is a that builds a profile directory which contains the I2P browser profile for the Firefox browser family. It manages the base profile directory and copies it&#39;s contents to the active profile directory which is actually used by Firefox.
</p>
</blockquote>
<p>
Author: idk
<br/>
<br>
package: net.i2p.i2pfirefox
</p>
<h2>
<a href="#dependencies" rel="nofollow">
<span></span>
</a>
Dependencies
</h2>
<p>
<details>
<br/>
<br>
<summary>
<br/>
Show dependencies
<br/>
</summary>
<br/>
</p>
<pre><code>Show dependencies
</code></pre>
<p>
<br>
<ul>
<br/>
<br>
<li>
java.io.File
</li>
@ -161,13 +170,17 @@
java.nio.file.StandardCopyOption
</li>
</ul>
<br/>
</details>
</p>
<br>
<h2>
<a href="#member-variables" rel="nofollow">
<span></span>
</a>
Member Variables
</h2>
<h4>
<a href="#boolean-strict-src" rel="nofollow">
<span></span>
</a>
boolean strict
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L" rel="nofollow">
[src]
@ -177,16 +190,22 @@
<ul>
<li>
Access: private
<br/>
<br>
</li>
<li>
Modifiers: static
</li>
</ul>
<h2>
<a href="#methods" rel="nofollow">
<span></span>
</a>
Methods
</h2>
<h3>
<a href="#profiledir-src" rel="nofollow">
<span></span>
</a>
profileDir
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L33" rel="nofollow">
[src]
@ -195,28 +214,31 @@
<ul>
<li>
Description:
<br/>
<br>
</li>
<li>
Access: private
<br/>
<br>
</li>
<li>
Modifiers: static
</li>
<li>
return: String
<br/>
<br>
</li>
</ul>
<p>
| Name | Type | Description |
<br/>
| —– | —– | —– |
<br/>
<br>
| ----- | ----- | ----- |
<br>
| file | String | |
</p>
<h3>
<a href="#profiledirectory-src" rel="nofollow">
<span></span>
</a>
profileDirectory
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L43" rel="nofollow">
[src]
@ -225,24 +247,27 @@
<ul>
<li>
Description: get the profile directory creating it if necessary
<br/>
<br>
</li>
<li>
Access: public
<br/>
<br>
</li>
<li>
Modifiers: static
</li>
<li>
return: String
<br/>
<br>
</li>
</ul>
<p>
This method has no parameters.
</p>
<h3>
<a href="#baseprofiledir-src" rel="nofollow">
<span></span>
</a>
baseProfileDir
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L55" rel="nofollow">
[src]
@ -251,28 +276,31 @@
<ul>
<li>
Description:
<br/>
<br>
</li>
<li>
Access: private
<br/>
<br>
</li>
<li>
Modifiers: static
</li>
<li>
return: String
<br/>
<br>
</li>
</ul>
<p>
| Name | Type | Description |
<br/>
| —– | —– | —– |
<br/>
<br>
| ----- | ----- | ----- |
<br>
| file | String | |
</p>
<h3>
<a href="#baseprofiledirectory-src" rel="nofollow">
<span></span>
</a>
baseProfileDirectory
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L75" rel="nofollow">
[src]
@ -281,24 +309,27 @@
<ul>
<li>
Description: get the base profile directory creating it if necessary
<br/>
<br>
</li>
<li>
Access: public
<br/>
<br>
</li>
<li>
Modifiers: static
</li>
<li>
return: String
<br/>
<br>
</li>
</ul>
<p>
This method has no parameters.
</p>
<h3>
<a href="#runtimedirectory-src" rel="nofollow">
<span></span>
</a>
runtimeDirectory
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L99" rel="nofollow">
[src]
@ -307,28 +338,31 @@
<ul>
<li>
Description: get the runtime directory creating it if create=true
<br/>
<br>
</li>
<li>
Access: public
<br/>
<br>
</li>
<li>
Modifiers: static
</li>
<li>
return: the runtime directory or null if it could not be created
<br/>
<br>
</li>
</ul>
<p>
| Name | Type | Description |
<br/>
| —– | —– | —– |
<br/>
<br>
| ----- | ----- | ----- |
<br>
| create | boolean | if true create the runtime directory if it does not exist |
</p>
<h3>
<a href="#runtimedirectory-src" rel="nofollow">
<span></span>
</a>
runtimeDirectory
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L116" rel="nofollow">
[src]
@ -337,24 +371,27 @@
<ul>
<li>
Description: get the correct runtime directory
<br/>
<br>
</li>
<li>
Access: public
<br/>
<br>
</li>
<li>
Modifiers: static
</li>
<li>
return: the runtime directory or null if it could not be created or found
<br/>
<br>
</li>
</ul>
<p>
This method has no parameters.
</p>
<h3>
<a href="#copybaseprofiletoprofile-src" rel="nofollow">
<span></span>
</a>
copyBaseProfiletoProfile
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L162" rel="nofollow">
[src]
@ -363,24 +400,27 @@
<ul>
<li>
Description: Copy the inert base profile directory to the runtime profile directory
<br/>
<br>
</li>
<li>
Access: public
<br/>
<br>
</li>
<li>
Modifiers: static
</li>
<li>
return: boolean
<br/>
<br>
</li>
</ul>
<p>
This method has no parameters.
</p>
<h3>
<a href="#copydirectory-src" rel="nofollow">
<span></span>
</a>
copyDirectory
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L192" rel="nofollow">
[src]
@ -389,30 +429,33 @@
<ul>
<li>
Description:
<br/>
<br>
</li>
<li>
Access: private
<br/>
<br>
</li>
<li>
Modifiers: static
</li>
<li>
return: void
<br/>
<br>
</li>
</ul>
<p>
| Name | Type | Description |
<br/>
| —– | —– | —– |
<br/>
<br>
| ----- | ----- | ----- |
<br>
| sourceDirectory | File | |
<br/>
<br>
| destinationDirectory | File | |
</p>
<h3>
<a href="#copydirectorycompatibitymode-src" rel="nofollow">
<span></span>
</a>
copyDirectoryCompatibityMode
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L202" rel="nofollow">
[src]
@ -421,30 +464,33 @@
<ul>
<li>
Description:
<br/>
<br>
</li>
<li>
Access: public
<br/>
<br>
</li>
<li>
Modifiers: static
</li>
<li>
return: void
<br/>
<br>
</li>
</ul>
<p>
| Name | Type | Description |
<br/>
| —– | —– | —– |
<br/>
<br>
| ----- | ----- | ----- |
<br>
| source | File | |
<br/>
<br>
| destination | File | |
</p>
<h3>
<a href="#copyfile-src" rel="nofollow">
<span></span>
</a>
copyFile
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L210" rel="nofollow">
[src]
@ -453,30 +499,33 @@
<ul>
<li>
Description:
<br/>
<br>
</li>
<li>
Access: private
<br/>
<br>
</li>
<li>
Modifiers: static
</li>
<li>
return: void
<br/>
<br>
</li>
</ul>
<p>
| Name | Type | Description |
<br/>
| —– | —– | —– |
<br/>
<br>
| ----- | ----- | ----- |
<br>
| sourceFile | File | |
<br/>
<br>
| destinationFile | File | |
</p>
<h3>
<a href="#copystrictoptions-src" rel="nofollow">
<span></span>
</a>
copyStrictOptions
<a href="src/java/net/i2p/i2pfirefox/I2PFirefoxProfileBuilder.java#L227" rel="nofollow">
[src]
@ -485,18 +534,18 @@
<ul>
<li>
Description: Copy the strict options from the base profile to the profile
<br/>
<br>
</li>
<li>
Access: public
<br/>
<br>
</li>
<li>
Modifiers: static
</li>
<li>
return: true if successful false otherwise
<br/>
<br>
</li>
</ul>
<p>
@ -1366,5 +1415,3 @@ Public License instead of this License.
I2P
</a>
</div>
</body>
</html>