Files
i2p.plugins.firefox/docs/I2PFirefoxProfileUnpacker.md
idk f6d214be34 move javadocs to docs dir
Former-commit-id: d9b996a9220f6d9110cabbd948a4589779dfcbd2
Former-commit-id: 0a28cb9f0854dac26ee82ca9ada1cf6d97e1daec
2022-11-06 21:55:54 -05:00

1.6 KiB

Class I2PFirefoxProfileUnpacker [src]

*/

Access: public
Description:

I2PFirefoxProfileUnpacker.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. I2PFirefoxProfileUnpacker is a that unpacks the I2P Firefox profile from a zip file embedded in the jar file. The zip is unpacked to a base directory where it is left untouched and the base profile is copied to the active profile directory.

Author: idk
Parent class: I2PCommonBrowser
package: net.i2p.i2pfirefox

Dependencies

Show dependencies

No member variables in this class

Methods

main [src]

  • Description:
  • Access: public
  • Modifiers: static
  • return: void
Name Type Description
args String[]

unpackProfile [src]

  • Description: unpack the profile directory
  • Access: public
  • return: true if the profile directory was successfully unpacked
Name Type Description
profileDirectory String
base String