71 lines
1.4 KiB
Markdown
71 lines
1.4 KiB
Markdown
# Class I2PFirefoxProfileChecker [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java)
|
|
|
|
>
|
|
|
|
Access: public
|
|
package: net.i2p.i2pfirefox
|
|
|
|
## Dependencies
|
|
|
|
<details>
|
|
<summary>
|
|
Show dependencies
|
|
</summary>
|
|
<ul>
|
|
<li>java.io.File</li>
|
|
</ul>
|
|
</details>
|
|
|
|
## No member variables in this class
|
|
|
|
## Methods
|
|
|
|
### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L6)
|
|
|
|
+ Description:
|
|
+ Access: public
|
|
+ Modifiers: static
|
|
+ return: void
|
|
|
|
| Name | Type | Description |
|
|
| ----- | ----- | ----- |
|
|
| args | String[] | |
|
|
|
|
|
|
### validateProfileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L20)
|
|
|
|
+ Description:
|
|
+ Access: public
|
|
+ Modifiers: static
|
|
+ return: boolean
|
|
|
|
| Name | Type | Description |
|
|
| ----- | ----- | ----- |
|
|
| profileDirectory | String | |
|
|
|
|
|
|
### validateFile [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L52)
|
|
|
|
+ Description:
|
|
+ Access: public
|
|
+ Modifiers: static
|
|
+ return: boolean
|
|
|
|
| Name | Type | Description |
|
|
| ----- | ----- | ----- |
|
|
| file | String | |
|
|
|
|
|
|
### validateExtensionDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L72)
|
|
|
|
+ Description:
|
|
+ Access: public
|
|
+ Modifiers: static
|
|
+ return: boolean
|
|
|
|
| Name | Type | Description |
|
|
| ----- | ----- | ----- |
|
|
| extensionDirectory | String | |
|
|
|
|
|