Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
String | getDatabaseNameKey () |
String | getDatabasePathKey () |
String | getDefaultDbName () |
String | getDefaultDbPath () |
String | getModuleSettingsFile () |
String | getModuleSettingsKey () |
String | getSettingsBaseFolder () |
Static Public Member Functions | |
static CentralRepoSettings | getInstance () |
Static Private Attributes | |
static final String | CENTRAL_REPO_BASE_PATH |
static final String | CENTRAL_REPOSITORY_FOLDER = "CentralRepository" |
static final String | CENTRAL_REPOSITORY_SETTINGS_NAME = "CentralRepository" |
static final String | DATABASE_NAME_KEY = "db.sqlite.dbName" |
static final String | DATABASE_PATH_KEY = "db.sqlite.dbDirectory" |
static final String | DEFAULT_DB_NAME = "central_repository.db" |
static final String | DEFAULT_DB_PARENT_PATH = Paths.get(CENTRAL_REPO_BASE_PATH, "LocalDatabase").toString() |
static final CentralRepoSettings | instance = new CentralRepoSettings() |
static final String | MODULE_SETTINGS_KEY |
static final String | MODULE_SETTINGS_PROPERTIES |
Location for central repo settings and paths.
Definition at line 28 of file CentralRepoSettings.java.
String org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getDatabaseNameKey | ( | ) |
Definition at line 100 of file CentralRepoSettings.java.
References org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.DATABASE_NAME_KEY.
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.upgradeSettingsPath().
String org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getDatabasePathKey | ( | ) |
Definition at line 107 of file CentralRepoSettings.java.
References org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.DATABASE_PATH_KEY.
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.upgradeSettingsPath().
String org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getDefaultDbName | ( | ) |
Definition at line 93 of file CentralRepoSettings.java.
References org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.DEFAULT_DB_NAME.
String org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getDefaultDbPath | ( | ) |
Definition at line 86 of file CentralRepoSettings.java.
References org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.DEFAULT_DB_PARENT_PATH.
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.upgradeSettingsPath().
|
static |
Definition at line 35 of file CentralRepoSettings.java.
References org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.instance.
Referenced by org.sleuthkit.autopsy.casemodule.services.TagNameDefinition.getCRNotableList(), org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.setupDefaultCentralRepository(), and org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.upgradeSettingsPath().
String org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getModuleSettingsFile | ( | ) |
Definition at line 79 of file CentralRepoSettings.java.
References org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.MODULE_SETTINGS_PROPERTIES.
String org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getModuleSettingsKey | ( | ) |
Definition at line 72 of file CentralRepoSettings.java.
References org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.MODULE_SETTINGS_KEY.
Referenced by org.sleuthkit.autopsy.casemodule.services.TagNameDefinition.getCRNotableList(), org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.setupDefaultCentralRepository(), and org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.upgradeSettingsPath().
String org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getSettingsBaseFolder | ( | ) |
Definition at line 64 of file CentralRepoSettings.java.
References org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.CENTRAL_REPO_BASE_PATH.
|
staticprivate |
Definition at line 41 of file CentralRepoSettings.java.
Referenced by org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getSettingsBaseFolder().
|
staticprivate |
Definition at line 39 of file CentralRepoSettings.java.
|
staticprivate |
Definition at line 40 of file CentralRepoSettings.java.
|
staticprivate |
Definition at line 58 of file CentralRepoSettings.java.
Referenced by org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getDatabaseNameKey().
|
staticprivate |
Definition at line 59 of file CentralRepoSettings.java.
Referenced by org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getDatabasePathKey().
|
staticprivate |
Definition at line 46 of file CentralRepoSettings.java.
Referenced by org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getDefaultDbName().
|
staticprivate |
Definition at line 45 of file CentralRepoSettings.java.
Referenced by org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getDefaultDbPath().
|
staticprivate |
Definition at line 30 of file CentralRepoSettings.java.
Referenced by org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getInstance().
|
staticprivate |
Definition at line 49 of file CentralRepoSettings.java.
Referenced by org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getModuleSettingsKey().
|
staticprivate |
Definition at line 54 of file CentralRepoSettings.java.
Referenced by org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getModuleSettingsFile().
Copyright © 2012-2022 Basis Technology. Generated on: Thu Mar 23 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.