This class will be used for managing the settings for application environment
- Since
- 1.0.0
Definition at line 27 of file ApplicationSettingsHelper.java.
◆ getDefaultLinks()
static ArrayList< NetworkLink > Helpers.ApplicationSettingsHelper.getDefaultLinks |
( |
| ) |
|
|
static |
◆ getDefaultNetworks()
static ArrayList< Network > Helpers.ApplicationSettingsHelper.getDefaultNetworks |
( |
| ) |
|
|
static |
◆ getDefaultWiFiLinks()
static ArrayList< WIFI > Helpers.ApplicationSettingsHelper.getDefaultWiFiLinks |
( |
| ) |
|
|
static |
◆ hasDefaultLinks()
static boolean Helpers.ApplicationSettingsHelper.hasDefaultLinks |
( |
| ) |
|
|
static |
to check whether the settings object has default links
- Returns
- boolean variable indicating presence of the default links
- Since
- 1.0.0
Definition at line 112 of file ApplicationSettingsHelper.java.
◆ hasDefaultNetworks()
static boolean Helpers.ApplicationSettingsHelper.hasDefaultNetworks |
( |
| ) |
|
|
static |
to check whether the settings object has default networks
- Returns
- boolean variable indicating presence of the default networks
- Since
- 1.0.0
Definition at line 134 of file ApplicationSettingsHelper.java.
◆ hasDefaultWiFiLinks()
static boolean Helpers.ApplicationSettingsHelper.hasDefaultWiFiLinks |
( |
| ) |
|
|
static |
to check whether the settings object has default wi-fi links
- Returns
- boolean value indicating presence of the default links
- Since
- 1.2.0
Definition at line 123 of file ApplicationSettingsHelper.java.
◆ saveDefaultLinks()
static void Helpers.ApplicationSettingsHelper.saveDefaultLinks |
( |
ArrayList< NetworkLink > | links | ) |
|
|
static |
◆ saveDefaultNetworks()
static void Helpers.ApplicationSettingsHelper.saveDefaultNetworks |
( |
ArrayList< Network > | networks | ) |
|
|
static |
◆ saveDefaultWiFiLinks()
static void Helpers.ApplicationSettingsHelper.saveDefaultWiFiLinks |
( |
ArrayList< WIFI > | links | ) |
|
|
static |
◆ saveSettings()
static void Helpers.ApplicationSettingsHelper.saveSettings |
( |
| ) |
|
|
static |
◆ setUpSettings() [1/2]
static void Helpers.ApplicationSettingsHelper.setUpSettings |
( |
| ) |
|
|
static |
to enable the application with basic settings, for the first time
- See also
- ApplicationSettingsHelper::setUpSettings(String)
- Since
- 1.0.0
Definition at line 67 of file ApplicationSettingsHelper.java.
◆ setUpSettings() [2/2]
static void Helpers.ApplicationSettingsHelper.setUpSettings |
( |
String | OutputPath | ) |
|
|
static |
to check the content of the settings file, restoring the settings from the file
- Parameters
-
OutputPath | the path of the file |
- See also
- ApplicationSettingsHelper::setUpSettings()
- Since
- 1.0.0
Definition at line 79 of file ApplicationSettingsHelper.java.
◆ DEFAULT_LINKS
String Helpers.ApplicationSettingsHelper.DEFAULT_LINKS = "defaultLinks" |
|
static |
◆ DEFAULT_NETWORKS
String Helpers.ApplicationSettingsHelper.DEFAULT_NETWORKS = "defaultNetworks" |
|
static |
◆ DEFAULT_WIFI_LINKS
String Helpers.ApplicationSettingsHelper.DEFAULT_WIFI_LINKS = "defaultWiFiLinks" |
|
static |
◆ FILE_NAME
String Helpers.ApplicationSettingsHelper.FILE_NAME = "fileName" |
|
static |
◆ OUTPUT_PATH
String Helpers.ApplicationSettingsHelper.OUTPUT_PATH = "outputPath" |
|
static |
◆ OutputPath
String Helpers.ApplicationSettingsHelper.OutputPath = System.getProperty("user.dir") |
|
static |
◆ UNIVERSAL_SETTINGS
JSONObject Helpers.ApplicationSettingsHelper.UNIVERSAL_SETTINGS = new JSONObject() |
|
static |
The documentation for this class was generated from the following file: