Class I2PCommonBrowser [src]
Access: public
Description:
I2PCommonBrowser.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.
Author: idk
package: net.i2p.i2pfirefox
Dependencies
Show dependencies
- java.io.File
- java.io.FileInputStream
- java.io.FileOutputStream
- java.io.IOException
- java.io.InputStream
- java.io.OutputStream
- java.nio.file.Files
- java.nio.file.StandardCopyOption
- java.util.logging.FileHandler
- java.util.logging.Logger
- java.util.logging.SimpleFormatter
- java.util.zip.ZipEntry
- java.util.zip.ZipInputStream
Member Variables
Methods
- Description:
- Access: public
- Modifiers: static
- return: void
Name |
Type |
Description |
line |
String |
|
- Description:
- Access: private
- Modifiers: static
- return: File
This method has no parameters.
runtimeDirectory [src]
- Description: get the runtime directory creating it if create=true
- Access: protected
- Modifiers: static
- return: the runtime directory or null if it could not be created
Name |
Type |
Description |
create |
boolean |
if true create the runtime directory if it does not exist |
override |
String |
|
runtimeDirectory [src]
- Description: get the correct runtime directory
- Access: protected
- Modifiers: static
- return: the runtime directory or null if it could not be created or found
Name |
Type |
Description |
override |
String |
|
profileDirectory [src]
- Description: get the profile directory creating it if necessary
- Access: protected
- Modifiers: static
- return: the profile directory or null if it could not be created
Name |
Type |
Description |
envVar |
String |
|
browser |
String |
|
profileDir [src]
- Description:
- Access: protected
- Modifiers: static
- return: String
Name |
Type |
Description |
file |
String |
|
browser |
String |
|
unpackProfile [src]
- Description:
- Access: protected
- return: boolean
Name |
Type |
Description |
profileDirectory |
String |
|
browser |
String |
|
base |
String |
|
copyDirectory [src]
- Description:
- Access: protected
- Modifiers: static
- return: void
Name |
Type |
Description |
sourceDirectory |
File |
|
destinationDirectory |
File |
|
browser |
String |
|
base |
String |
|
copyDirectoryCompatibityMode [src]
- Description:
- Access: private
- Modifiers: static
- return: void
Name |
Type |
Description |
source |
File |
|
destination |
File |
|
browser |
String |
|
base |
String |
|
- Description:
- Access: private
- Modifiers: static
- return: void
Name |
Type |
Description |
sourceFile |
File |
|
destinationFile |
File |
|
validateProfileFirstRun [src]
- Description:
- Access: public
- Modifiers: static
- return: boolean
Name |
Type |
Description |
profileDirectory |
String |
|