From 9e1c9d93072aba947b5fb7947e6b15bc8adf193b Mon Sep 17 00:00:00 2001
From: idk
Date: Sat, 27 Aug 2022 13:28:06 -0400
Subject: [PATCH] update I2PFirefoxProfileBuilder.html
Former-commit-id: fa83389e732526902efad0b4c40a0325b9b10ba9
Former-commit-id: 4d43d477d36fc1d834c4c17fa98b7bc8dcddb925
---
I2PFirefoxProfileBuilder.html | 31 +++++++++++++++++++++----------
1 file changed, 21 insertions(+), 10 deletions(-)
diff --git a/I2PFirefoxProfileBuilder.html b/I2PFirefoxProfileBuilder.html
index fca46f1..0518005 100644
--- a/I2PFirefoxProfileBuilder.html
+++ b/I2PFirefoxProfileBuilder.html
@@ -109,6 +109,17 @@
Access: public
+ Description:
+
+ > I2PFirefoxProfileBuilder.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. I2PFirefoxProfileBuilder is a that builds a profile directory which contains the I2P browser profile for the Firefox browser family. It manages the base profile directory and copies it’s contents to the active profile directory which is actually used by Firefox.
+
+
+ Author: idk
+
package: net.i2p.i2pfirefox
@@ -213,7 +224,7 @@
-
- Description:
+ Description: get the profile directory creating it if necessary
-
@@ -269,7 +280,7 @@
-
- Description:
+ Description: get the base profile directory creating it if necessary
-
@@ -295,7 +306,7 @@
-
- Description:
+ Description: get the runtime directory creating it if create=true
-
@@ -306,7 +317,7 @@
Modifiers: static
-
- return: File
+ return: the runtime directory or null if it could not be created
@@ -315,7 +326,7 @@
| —– | —– | —– |
- | create | boolean | |
+ | create | boolean | if true create the runtime directory if it does not exist |
runtimeDirectory
@@ -325,7 +336,7 @@
-
- Description:
+ Description: get the correct runtime directory
-
@@ -336,7 +347,7 @@
Modifiers: static
-
- return: String
+ return: the runtime directory or null if it could not be created or found
@@ -351,7 +362,7 @@
-
- Description:
+ Description: Copy the inert base profile directory to the runtime profile directory
-
@@ -473,7 +484,7 @@
-
- Description:
+ Description: Copy the strict options from the base profile to the profile
-
@@ -484,7 +495,7 @@
Modifiers: static
-
- return: boolean
+ return: true if successful false otherwise