2022-08-08 13:17:25 -04:00
|
|
|
# Class I2PChromiumProfileChecker [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java)
|
|
|
|
|
2022-08-22 00:40:38 -04:00
|
|
|
> */
|
2022-08-08 13:17:25 -04:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2022-08-22 17:18:19 -04:00
|
|
|
### main [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java#L28)
|
2022-08-08 13:17:25 -04:00
|
|
|
|
|
|
|
+ Description:
|
|
|
|
+ Access: public
|
|
|
|
+ Modifiers: static
|
|
|
|
+ return: void
|
|
|
|
|
|
|
|
| Name | Type | Description |
|
|
|
|
| ----- | ----- | ----- |
|
|
|
|
| args | String[] | |
|
|
|
|
|
|
|
|
|
2022-08-22 17:18:19 -04:00
|
|
|
### validateProfileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java#L49)
|
2022-08-08 13:17:25 -04:00
|
|
|
|
|
|
|
+ Description:
|
|
|
|
+ Access: public
|
|
|
|
+ Modifiers: static
|
|
|
|
+ return: boolean
|
|
|
|
|
|
|
|
| Name | Type | Description |
|
|
|
|
| ----- | ----- | ----- |
|
|
|
|
| profileDirectory | String | |
|
|
|
|
|
|
|
|
|
2022-08-22 17:18:19 -04:00
|
|
|
### validateFile [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java#L80)
|
2022-08-08 13:17:25 -04:00
|
|
|
|
|
|
|
+ Description:
|
|
|
|
+ Access: public
|
|
|
|
+ Modifiers: static
|
|
|
|
+ return: boolean
|
|
|
|
|
|
|
|
| Name | Type | Description |
|
|
|
|
| ----- | ----- | ----- |
|
|
|
|
| file | String | |
|
|
|
|
|
|
|
|
|
2022-08-22 17:18:19 -04:00
|
|
|
### validateExtensionDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java#L107)
|
2022-08-08 13:17:25 -04:00
|
|
|
|
|
|
|
+ Description:
|
|
|
|
+ Access: public
|
|
|
|
+ Modifiers: static
|
|
|
|
+ return: boolean
|
|
|
|
|
|
|
|
| Name | Type | Description |
|
|
|
|
| ----- | ----- | ----- |
|
|
|
|
| extensionDirectory | String | |
|
|
|
|
|
|
|
|
|