diff --git a/I2PFirefoxProfileBuilder.html b/I2PFirefoxProfileBuilder.html index 0518005..bd42755 100644 --- a/I2PFirefoxProfileBuilder.html +++ b/I2PFirefoxProfileBuilder.html @@ -1,514 +1,563 @@ -
---- */ -
-
- 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
-
-
-
-
-
- Show dependencies
-
-
-
-
-
-
-
- | Name | Type | Description |
-
- | —– | —– | —– |
-
- | file | String | |
-
- This method has no parameters. -
-
- | Name | Type | Description |
-
- | —– | —– | —– |
-
- | file | String | |
-
- This method has no parameters. -
-
- | Name | Type | Description |
-
- | —– | —– | —– |
-
- | create | boolean | if true create the runtime directory if it does not exist |
-
- This method has no parameters. -
-- This method has no parameters. -
-
- | Name | Type | Description |
-
- | —– | —– | —– |
-
- | sourceDirectory | File | |
-
- | destinationDirectory | File | |
-
- | Name | Type | Description |
-
- | —– | —– | —– |
-
- | source | File | |
-
- | destination | File | |
-
- | Name | Type | Description |
-
- | —– | —– | —– |
-
- | sourceFile | File | |
-
- | destinationFile | File | |
-
- This method has no parameters. -
- Copyright 2022 idk (hankhill19580@gmail.com)
+
+++ */ +
+
+ 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
+
+
+
+
Show dependencies
+
+
+
+
+ | Name | Type | Description |
+
+ | ----- | ----- | ----- |
+
+ | file | String | |
+
+ This method has no parameters. +
+
+ | Name | Type | Description |
+
+ | ----- | ----- | ----- |
+
+ | file | String | |
+
+ This method has no parameters. +
+
+ | Name | Type | Description |
+
+ | ----- | ----- | ----- |
+
+ | create | boolean | if true create the runtime directory if it does not exist |
+
+ This method has no parameters. +
++ This method has no parameters. +
+
+ | Name | Type | Description |
+
+ | ----- | ----- | ----- |
+
+ | sourceDirectory | File | |
+
+ | destinationDirectory | File | |
+
+ | Name | Type | Description |
+
+ | ----- | ----- | ----- |
+
+ | source | File | |
+
+ | destination | File | |
+
+ | Name | Type | Description |
+
+ | ----- | ----- | ----- |
+
+ | sourceFile | File | |
+
+ | destinationFile | File | |
+
+ This method has no parameters. +
+ Copyright 2022 idk (hankhill19580@gmail.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1351,20 +1400,18 @@ consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.
-
- Hide license
-
-