Class I2PFirefoxProfileChecker [src]
*/
Access: public
Description:
I2PFirefoxProfileChecker.java Copyright C 2022 idk hankhill19580@gmail.com 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. I2PFirefoxProfileChecker is a that checks if the Firefox profile directory exists and is valid.
Author: idk
package: net.i2p.i2pfirefox
Dependencies
Show dependencies
- java.io.BufferedReader
- java.io.File
- java.io.FileReader
- java.io.FileWriter
- java.io.IOException
No member variables in this class
Methods
- Description:
- Access: public
- Modifiers: static
- return: void
Name |
Type |
Description |
args |
String[] |
|
validateProfileDirectory [src]
- Description: Return true if the profile directory is valid.
- Access: public
- Modifiers: static
- return: true if the profile directory is valid false otherwise
Name |
Type |
Description |
profileDirectory |
String |
the profile directory to check |
deRestrictHTTPS [src]
- Description:
- Access: private
- Modifiers: static
- return: boolean
Name |
Type |
Description |
profile |
String |
|
undoHttpsOnlyMode [src]
- Description:
- Access: private
- Modifiers: static
- return: boolean
Name |
Type |
Description |
fileToBeModified |
File |
|
validateFile [src]
- Description: Return true if the file is valid.
- Access: public
- Modifiers: static
- return: true if the file is valid false otherwise
Name |
Type |
Description |
file |
String |
the file to check |
validateExtensionDirectory [src]
- Description: Return true if the extension directory is valid.
- Access: public
- Modifiers: static
- return: true if the extension directory is valid false otherwise
Name |
Type |
Description |
extensionDirectory |
String |
the extension directory to check |