|
Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Attributes | |
| CONNECTION_FAILED | |
| DB_DOES_NOT_EXIST | |
| SCHEMA_INVALID | |
| UNTESTED | |
This enum provides the status of the database after attempting to validate central repo settings.
Definition at line 24 of file DatabaseTestResult.java.
| org.sleuthkit.autopsy.centralrepository.datamodel.DatabaseTestResult.CONNECTION_FAILED |
| org.sleuthkit.autopsy.centralrepository.datamodel.DatabaseTestResult.DB_DOES_NOT_EXIST |
Definition at line 28 of file DatabaseTestResult.java.
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.promptTestStatusWarnings(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.setupDefaultSqliteDb(), org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.testCurrentConfiguration(), org.sleuthkit.autopsy.centralrepository.datamodel.SqliteCentralRepoSettings.testStatus(), and org.sleuthkit.autopsy.centralrepository.datamodel.PostgresCentralRepoSettings.testStatus().
| org.sleuthkit.autopsy.centralrepository.datamodel.DatabaseTestResult.SCHEMA_INVALID |
Definition at line 27 of file DatabaseTestResult.java.
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.promptTestStatusWarnings(), org.sleuthkit.autopsy.centralrepository.datamodel.SqliteCentralRepoSettings.testStatus(), and org.sleuthkit.autopsy.centralrepository.datamodel.PostgresCentralRepoSettings.testStatus().
| org.sleuthkit.autopsy.centralrepository.datamodel.DatabaseTestResult.UNTESTED |
Definition at line 25 of file DatabaseTestResult.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.clearStatus(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.setSelctedDbChoice().
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.