update I2PChromiumProfileChecker.html

This commit is contained in:
idk
2022-08-27 13:27:55 -04:00
parent a3be32d39a
commit 7defc6b137

View File

@ -109,6 +109,17 @@
<p>
Access: public
<br/>
Description:
<br/>
&gt; I2PChromiumProfileChecker.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. I2PChromiumProfileChecker is a that checks if the Chromium profile directory exists and is valid.
</p>
<p>
Author: idk
<br/>
package: net.i2p.i2pfirefox
</p>
<h2>
@ -146,7 +157,7 @@
</h3>
<ul>
<li>
Description:
Description: Output feedback if the profile directory is valid or invalid @description Output feedback if the profile directory is valid or invalid
<br/>
</li>
<li>
@ -176,7 +187,7 @@
</h3>
<ul>
<li>
Description:
Description: Return true if the profile directory is valid.
<br/>
</li>
<li>
@ -187,7 +198,7 @@
Modifiers: static
</li>
<li>
return: boolean
return: true if the profile directory is valid false otherwise
<br/>
</li>
</ul>
@ -196,7 +207,7 @@
<br/>
| —– | —– | —– |
<br/>
| profileDirectory | String | |
| profileDirectory | String | the profile directory to check |
</p>
<h3>
validateFile
@ -206,7 +217,7 @@
</h3>
<ul>
<li>
Description:
Description: Return true if the extension directory is valid.
<br/>
</li>
<li>
@ -217,7 +228,7 @@
Modifiers: static
</li>
<li>
return: boolean
return: true if the extension directory is valid false otherwise
<br/>
</li>
</ul>
@ -236,7 +247,7 @@
</h3>
<ul>
<li>
Description:
Description: Return true if the extension directory is valid.
<br/>
</li>
<li>
@ -247,7 +258,7 @@
Modifiers: static
</li>
<li>
return: boolean
return: true if the extension directory is valid false otherwise
<br/>
</li>
</ul>
@ -256,7 +267,7 @@
<br/>
| —– | —– | —– |
<br/>
| extensionDirectory | String | |
| extensionDirectory | String | the extension directory to check |
</p>
<div>
<a href="#show">