update I2PChromiumProfileBuilder.html

Former-commit-id: a99a4ffc09
Former-commit-id: ba0fc0e08a3bbec251f1d5c2747d4ad4749abb21
This commit is contained in:
idk
2022-09-11 01:46:43 -04:00
parent ecee59a577
commit c716f29042

View File

@ -1,5 +1,5 @@
<html> <html>
<head> <head>
<title> <title>
i2p.plugins.fire... i2p.plugins.fire...
</title> </title>
@ -8,9 +8,9 @@
<meta name="keywords" content="main" /> <meta name="keywords" content="main" />
<link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="showhider.css" /> <link rel="stylesheet" type="text/css" href="showhider.css" />
</head> </head>
<body> <body>
<div id="navbar"> <div id="navbar">
<a href="#shownav"> <a href="#shownav">
Show navigation Show navigation
</a> </a>
@ -124,316 +124,279 @@
</a> </a>
</div> </div>
</div> </div>
</div> </div>
<a id="returnhome" href="/"> <a id="returnhome" href="/">
/ /
</a>
<h1>
<a href="#class-i2pchromiumprofilebuilder-src" rel="nofollow">
<span></span>
</a> </a>
<h1>
Class I2PChromiumProfileBuilder Class I2PChromiumProfileBuilder
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java" rel="nofollow"> <a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java">
[src] [src]
</a> </a>
</h1> </h1>
<blockquote> <blockquote>
<p> <p>
*/ */
</p> </p>
</blockquote> </blockquote>
<p>
Access: public
<br>
Description:
</p>
<blockquote>
<p> <p>
I2PChromiumProfileBuilder.java Copyright C 2022 idk Access: public
<a href="mailto:hankhill19580@gmail.com" rel="nofollow"> <br />
Description:
<br />
&gt; I2PChromiumProfileBuilder.java Copyright C 2022 idk
<a href="mailto:hankhill19580@gmail.com">
hankhill19580@gmail.com hankhill19580@gmail.com
</a> </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. I2PChromiumProfileBuilder is a that builds a profile directory which contains the I2P browser profile for the Chromium browser family. It manages the base profile directory and copies it&#39;s contents to the active profile directory which is actually used by Chromium. 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. I2PChromiumProfileBuilder is a that builds a profile directory which contains the I2P browser profile for the Chromium browser family. It manages the base profile directory and copies it&rsquo;s contents to the active profile directory which is actually used by Chromium.
</p> </p>
</blockquote> <p>
<p>
Author: idk Author: idk
<br> <br />
Parent class: I2PCommonBrowser Parent class: I2PCommonBrowser
<br> <br />
package: net.i2p.i2pfirefox package: net.i2p.i2pfirefox
</p> </p>
<h2> <h2>
<a href="#dependencies" rel="nofollow">
<span></span>
</a>
Dependencies Dependencies
</h2> </h2>
<p> <p>
<details> <details>
<br> <br />
<summary> <summary>
</p> <br />
<pre><code>Show dependencies Show dependencies
</code></pre> <br />
<p> </summary>
<br> <br />
<ul> <ul>
<br> <br />
<li> <li>
java.io.File java.io.File
</li> </li>
</ul> </ul>
<br> <br />
<h2> </details>
<a href="#member-variables" rel="nofollow"> </p>
<span></span> <h2>
</a>
Member Variables Member Variables
</h2> </h2>
<h4> <h4>
<a href="#boolean-usability-src" rel="nofollow">
<span></span>
</a>
boolean usability boolean usability
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L" rel="nofollow"> <a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L">
[src] [src]
</a> </a>
</h4> </h4>
<blockquote></blockquote> <blockquote></blockquote>
<ul> <ul>
<li> <li>
Access: public Access: public
<br> <br />
</li> </li>
<li> <li>
Modifiers: static Modifiers: static
</li> </li>
</ul> </ul>
<h2> <h2>
<a href="#methods" rel="nofollow">
<span></span>
</a>
Methods Methods
</h2> </h2>
<h3> <h3>
<a href="#profiledirectory-src" rel="nofollow">
<span></span>
</a>
profileDirectory profileDirectory
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L31" rel="nofollow"> <a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L31">
[src] [src]
</a> </a>
</h3> </h3>
<ul> <ul>
<li> <li>
Description: get the profile directory creating it if necessary Description: get the profile directory creating it if necessary
<br> <br />
</li> </li>
<li> <li>
Access: public Access: public
<br> <br />
</li> </li>
<li> <li>
Modifiers: static Modifiers: static
</li> </li>
<li> <li>
return: String return: String
<br> <br />
</li> </li>
</ul> </ul>
<p> <p>
This method has no parameters. This method has no parameters.
</p> </p>
<h3> <h3>
<a href="#baseprofiledir-src" rel="nofollow">
<span></span>
</a>
baseProfileDir baseProfileDir
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L35" rel="nofollow"> <a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L35">
[src] [src]
</a> </a>
</h3> </h3>
<ul> <ul>
<li> <li>
Description: Description:
<br> <br />
</li> </li>
<li> <li>
Access: private Access: private
<br> <br />
</li> </li>
<li> <li>
Modifiers: static Modifiers: static
</li> </li>
<li> <li>
return: String return: String
<br> <br />
</li> </li>
</ul> </ul>
<p> <p>
| Name | Type | Description | | Name | Type | Description |
<br> <br />
| ----- | ----- | ----- | | &mdash;&ndash; | &mdash;&ndash; | &mdash;&ndash; |
<br> <br />
| file | String | | | file | String | |
<br> <br />
| mode | String | | | mode | String | |
</p> </p>
<h3> <h3>
<a href="#baseprofiledirectory-src" rel="nofollow">
<span></span>
</a>
baseProfileDirectory baseProfileDirectory
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L59" rel="nofollow"> <a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L59">
[src] [src]
</a> </a>
</h3> </h3>
<ul> <ul>
<li> <li>
Description: Description:
<br> <br />
</li> </li>
<li> <li>
Access: public Access: public
<br> <br />
</li> </li>
<li> <li>
Modifiers: static Modifiers: static
</li> </li>
<li> <li>
return: String return: String
<br> <br />
</li> </li>
</ul> </ul>
<p> <p>
| Name | Type | Description | | Name | Type | Description |
<br> <br />
| ----- | ----- | ----- | | &mdash;&ndash; | &mdash;&ndash; | &mdash;&ndash; |
<br> <br />
| mode | String | | | mode | String | |
</p> </p>
<h3> <h3>
<a href="#runtimedirectory-src" rel="nofollow">
<span></span>
</a>
runtimeDirectory runtimeDirectory
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L83" rel="nofollow"> <a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L83">
[src] [src]
</a> </a>
</h3> </h3>
<ul> <ul>
<li> <li>
Description: get the runtime directory creating it if create=true Description: get the runtime directory creating it if create=true
<br> <br />
</li> </li>
<li> <li>
Access: public Access: public
<br> <br />
</li> </li>
<li> <li>
Modifiers: static Modifiers: static
</li> </li>
<li> <li>
return: the runtime directory or null if it could not be created return: the runtime directory or null if it could not be created
<br> <br />
</li> </li>
</ul> </ul>
<p> <p>
| Name | Type | Description | | Name | Type | Description |
<br> <br />
| ----- | ----- | ----- | | &mdash;&ndash; | &mdash;&ndash; | &mdash;&ndash; |
<br> <br />
| create | boolean | if true create the runtime directory if it does not exist | | create | boolean | if true create the runtime directory if it does not exist |
</p> </p>
<h3> <h3>
<a href="#runtimedirectory-src" rel="nofollow">
<span></span>
</a>
runtimeDirectory runtimeDirectory
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L94" rel="nofollow"> <a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L94">
[src] [src]
</a> </a>
</h3> </h3>
<ul> <ul>
<li> <li>
Description: get the correct runtime directory Description: get the correct runtime directory
<br> <br />
</li> </li>
<li> <li>
Access: public Access: public
<br> <br />
</li> </li>
<li> <li>
Modifiers: static Modifiers: static
</li> </li>
<li> <li>
return: the runtime directory or null if it could not be created or found return: the runtime directory or null if it could not be created or found
<br> <br />
</li> </li>
</ul> </ul>
<p> <p>
This method has no parameters. This method has no parameters.
</p> </p>
<h3> <h3>
<a href="#usabilitymode-src" rel="nofollow">
<span></span>
</a>
usabilityMode usabilityMode
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L109" rel="nofollow"> <a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L109">
[src] [src]
</a> </a>
</h3> </h3>
<ul> <ul>
<li> <li>
Description: Description:
<br> <br />
</li> </li>
<li> <li>
Access: private Access: private
<br> <br />
</li> </li>
<li> <li>
Modifiers: static Modifiers: static
</li> </li>
<li> <li>
return: String return: String
<br> <br />
</li> </li>
</ul> </ul>
<p> <p>
This method has no parameters. This method has no parameters.
</p> </p>
<h3> <h3>
<a href="#copybaseprofiletoprofile-src" rel="nofollow">
<span></span>
</a>
copyBaseProfiletoProfile copyBaseProfiletoProfile
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L120" rel="nofollow"> <a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileBuilder.java#L120">
[src] [src]
</a> </a>
</h3> </h3>
<ul> <ul>
<li> <li>
Description: Copy the inert base profile directory to the runtime profile directory Description: Copy the inert base profile directory to the runtime profile directory
<br> <br />
</li> </li>
<li> <li>
Access: public Access: public
<br> <br />
</li> </li>
<li> <li>
Modifiers: static Modifiers: static
</li> </li>
<li> <li>
return: boolean return: boolean
<br> <br />
</li> </li>
</ul> </ul>
<p> <p>
This method has no parameters. This method has no parameters.
</p> </p>
<div id="sourcecode"> <div id="sourcecode">
<span id="sourcehead"> <span id="sourcehead">
<strong> <strong>
Get the source code: Get the source code:
@ -446,8 +409,8 @@
</a> </a>
</li> </li>
</ul> </ul>
</div> </div>
<div> <div>
<a href="#show"> <a href="#show">
Show license Show license
</a> </a>
@ -1301,13 +1264,15 @@ Public License instead of this License.
</a> </a>
</div> </div>
</div> </div>
</div> </div>
<div> <div>
<iframe src="https://snowflake.torproject.org/embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe> <iframe src="https://snowflake.torproject.org/embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe>
</div> </div>
<div> <div>
<a href="https://geti2p.net/"> <a href="https://geti2p.net/">
<img src="i2plogo.png"></img> <img src="i2plogo.png"></img>
I2P I2P
</a> </a>
</div> </div>
</body>
</html>