Files
i2p.plugins.firefox/I2PFirefoxProfileChecker.md
idk 3598e27ffa update index.html
Former-commit-id: 86f0ec3943
Former-commit-id: 21db27a6db918ef26c3493d587f50438c2289d30
2022-09-02 18:34:40 -04:00

2.9 KiB

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

main [src]

  • 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