Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
EamDbPlatformEnum (String name, Boolean selected) | |
Boolean | isSelected () |
String | toString () |
Static Public Member Functions | |
static EamDbPlatformEnum | fromString (String pName) |
static EamDbPlatformEnum | getSelectedPlatform () |
static void | saveSelectedPlatform () |
static void | setSelectedPlatform (String platformString) |
Public Attributes | |
DISABLED =("Disabled", true) | |
POSTGRESQL =("PostgreSQL", false) | |
SQLITE =("SQLite", false) | |
Private Member Functions | |
void | loadSettings () |
void | setSelected (Boolean selected) |
Private Attributes | |
final String | platformName |
Boolean | selected |
Definition at line 26 of file EamDbPlatformEnum.java.
org.sleuthkit.autopsy.centralrepository.datamodel.EamDbPlatformEnum.EamDbPlatformEnum | ( | String | name, |
Boolean | selected | ||
) |
Definition at line 34 of file EamDbPlatformEnum.java.
|
static |
Definition at line 66 of file EamDbPlatformEnum.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.EamDbPlatformEnum.setSelectedPlatform().
|
static |
Get the selected platform.
Definition at line 111 of file EamDbPlatformEnum.java.
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.EamDbSettingsDialog(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.isEnabled(), org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.load(), and org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.updateDatabase().
Boolean org.sleuthkit.autopsy.centralrepository.datamodel.EamDbPlatformEnum.isSelected | ( | ) |
Definition at line 62 of file EamDbPlatformEnum.java.
|
private |
Load the selectedPlatform boolean from the config file, if it is set.
Definition at line 43 of file EamDbPlatformEnum.java.
References org.sleuthkit.autopsy.coreutils.ModuleSettings.getConfigSetting().
|
static |
Save the selected platform to the config file.
Definition at line 82 of file EamDbPlatformEnum.java.
References org.sleuthkit.autopsy.coreutils.ModuleSettings.setConfigSetting().
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.bnOkActionPerformed(), and org.sleuthkit.autopsy.centralrepository.datamodel.EamDbUtil.upgradeDatabase().
|
private |
Definition at line 58 of file EamDbPlatformEnum.java.
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.load(), and org.sleuthkit.autopsy.centralrepository.datamodel.EamDbPlatformEnum.setSelectedPlatform().
|
static |
Set the selected db platform. Other platforms will be set as not selected.
platformString | The name of the selected platform. |
Definition at line 98 of file EamDbPlatformEnum.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.EamDbPlatformEnum.fromString(), and org.sleuthkit.autopsy.centralrepository.datamodel.EamDbPlatformEnum.setSelected().
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.bnOkActionPerformed(), and org.sleuthkit.autopsy.centralrepository.datamodel.EamDbUtil.upgradeDatabase().
String org.sleuthkit.autopsy.centralrepository.datamodel.EamDbPlatformEnum.toString | ( | ) |
Definition at line 54 of file EamDbPlatformEnum.java.
org.sleuthkit.autopsy.centralrepository.datamodel.EamDbPlatformEnum.DISABLED =("Disabled", true) |
Definition at line 27 of file EamDbPlatformEnum.java.
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.EamDbSettingsDialog(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.isEnabled(), org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.load(), and org.sleuthkit.autopsy.centralrepository.datamodel.EamDbUtil.upgradeDatabase().
|
private |
Definition at line 31 of file EamDbPlatformEnum.java.
org.sleuthkit.autopsy.centralrepository.datamodel.EamDbPlatformEnum.POSTGRESQL =("PostgreSQL", false) |
Definition at line 29 of file EamDbPlatformEnum.java.
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.customizeComponents(), org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.EamDbSettingsDialog(), and org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.load().
|
private |
Definition at line 32 of file EamDbPlatformEnum.java.
org.sleuthkit.autopsy.centralrepository.datamodel.EamDbPlatformEnum.SQLITE =("SQLite", false) |
Definition at line 28 of file EamDbPlatformEnum.java.
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.load().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.