Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
CentralRepoDbChoice (String key, String title, CentralRepoPlatforms platform) | |
CentralRepoPlatforms | getDbPlatform () |
String | getSettingKey () |
String | getTitle () |
Public Attributes | |
DISABLED =("Disabled", Bundle.CentralRepoDbChoice_Disabled_Text(), CentralRepoPlatforms.DISABLED) | |
POSTGRESQL_CUSTOM =("PostgreSQL", Bundle.CentralRepoDbChoice_PostgreSQL_Text(), CentralRepoPlatforms.POSTGRESQL) | |
POSTGRESQL_MULTIUSER =("PostgreSQL_Multiuser", Bundle.CentralRepoDbChoice_PostgreSQL_Multiuser_Text(), CentralRepoPlatforms.POSTGRESQL) | |
SQLITE =("Sqlite", Bundle.CentralRepoDbChoice_Sqlite_Text(), CentralRepoPlatforms.SQLITE) | |
Static Public Attributes | |
staticfinal CentralRepoDbChoice[] | DB_CHOICES |
Private Attributes | |
final CentralRepoPlatforms | platform |
final String | settingKey |
final String | title |
This represents a database choices available for central repo.
Definition at line 32 of file CentralRepoDbChoice.java.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbChoice.CentralRepoDbChoice | ( | String | key, |
String | title, | ||
CentralRepoPlatforms | platform | ||
) |
Definition at line 47 of file CentralRepoDbChoice.java.
CentralRepoPlatforms org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbChoice.getDbPlatform | ( | ) |
This represents the database type (i.e. Postgres, SQLite) associated with this choice.
Definition at line 73 of file CentralRepoDbChoice.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getInstance(), org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.load(), org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.onPromptStatusError(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader14To15.upgradeSchema(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader15To16.upgradeSchema(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader13To14.upgradeSchema().
String org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbChoice.getSettingKey | ( | ) |
This is the value of this setting when saved to central repo properties.
Definition at line 57 of file CentralRepoDbChoice.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.saveDbChoice().
String org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbChoice.getTitle | ( | ) |
This is the human-readable title for this choice.
Definition at line 65 of file CentralRepoDbChoice.java.
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.DbChoiceRenderer.getListCellRendererComponent(), and org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.load().
|
static |
Definition at line 38 of file CentralRepoDbChoice.java.
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.initComponents(), and org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.setupDbChoice().
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbChoice.DISABLED =("Disabled", Bundle.CentralRepoDbChoice_Disabled_Text(), CentralRepoPlatforms.DISABLED) |
Definition at line 33 of file CentralRepoDbChoice.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.fromKey(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.getDbFactory(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.getSelectedSettings(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.isEnabled(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.onUpgradeError(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.saveDbChoice(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.saveNewCentralRepo(), org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.testCurrentConfiguration(), and org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.valid().
|
private |
Definition at line 45 of file CentralRepoDbChoice.java.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbChoice.POSTGRESQL_CUSTOM =("PostgreSQL", Bundle.CentralRepoDbChoice_PostgreSQL_Text(), CentralRepoPlatforms.POSTGRESQL) |
Definition at line 36 of file CentralRepoDbChoice.java.
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.askForCentralRepoDbChoice(), org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.customizeComponents(), org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.databaseFieldsArePopulated(), org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.displayDatabaseSettings(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.getDbFactory(), org.sleuthkit.autopsy.centralrepository.datamodel.PostgresCentralRepoSettings.getLoaderFromSaved(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.getSelectedSettings(), org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.setCurrentChoice(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.testDatabaseSettingsAreValid().
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbChoice.POSTGRESQL_MULTIUSER =("PostgreSQL_Multiuser", Bundle.CentralRepoDbChoice_PostgreSQL_Multiuser_Text(), CentralRepoPlatforms.POSTGRESQL) |
Definition at line 35 of file CentralRepoDbChoice.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.getDbFactory(), org.sleuthkit.autopsy.centralrepository.datamodel.PostgresCentralRepoSettings.getLoaderFromSaved(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.getSelectedSettings(), org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.isDbChoiceSelectable(), org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.onMultiUserChange(), org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.setupDefaultCentralRepository(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.testDatabaseSettingsAreValid().
|
private |
Definition at line 43 of file CentralRepoDbChoice.java.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbChoice.SQLITE =("Sqlite", Bundle.CentralRepoDbChoice_Sqlite_Text(), CentralRepoPlatforms.SQLITE) |
Definition at line 34 of file CentralRepoDbChoice.java.
Referenced by org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.askForCentralRepoDbChoice(), org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.customizeComponents(), org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.databaseFieldsArePopulated(), org.sleuthkit.autopsy.centralrepository.optionspanel.EamDbSettingsDialog.displayDatabaseSettings(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.getDbFactory(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.getSelectedSettings(), org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.setCurrentChoice(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.setupDefaultSqliteDb(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.testDatabaseSettingsAreValid().
|
private |
Definition at line 44 of file CentralRepoDbChoice.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.