update I2PChromiumProfileChecker.html

This commit is contained in:
idk
2022-08-27 13:53:37 -04:00
parent ab5d73fb40
commit 22bd6ec799

View File

@ -151,13 +151,13 @@
</h2>
<h3>
main
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java#L28" rel="nofollow">
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java#L29" rel="nofollow">
[src]
</a>
</h3>
<ul>
<li>
Description: Output feedback if the profile directory is valid or invalid @description Output feedback if the profile directory is valid or invalid
Description: Output feedback if the profile directory is valid or invalid @description Output feedback if the profile directory is valid or invalid @args unused
<br/>
</li>
<li>
@ -181,7 +181,7 @@
</p>
<h3>
validateProfileDirectory
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java#L49" rel="nofollow">
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java#L50" rel="nofollow">
[src]
</a>
</h3>
@ -211,13 +211,13 @@
</p>
<h3>
validateFile
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java#L80" rel="nofollow">
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java#L81" rel="nofollow">
[src]
</a>
</h3>
<ul>
<li>
Description: Return true if the extension directory is valid.
Description: Return true if the file is valid.
<br/>
</li>
<li>
@ -228,7 +228,7 @@
Modifiers: static
</li>
<li>
return: true if the extension directory is valid false otherwise
return: true if the file is valid false otherwise
<br/>
</li>
</ul>
@ -237,11 +237,11 @@
<br/>
| —– | —– | —– |
<br/>
| file | String | |
| file | String | the file to check |
</p>
<h3>
validateExtensionDirectory
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java#L107" rel="nofollow">
<a href="src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java#L108" rel="nofollow">
[src]
</a>
</h3>