|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
| boolean | setupDefaultCentralRepository () |
Static Public Member Functions | |
| static CRDefaultSetupAction | getInstance () |
Private Member Functions | |
| CRDefaultSetupAction () | |
| void | doMessageBoxIfRunningInGUI (CentralRepoException ex) |
Static Private Attributes | |
| static final CRDefaultSetupAction | INSTANCE = new CRDefaultSetupAction() |
| static final Logger | logger = Logger.getLogger(CRDefaultSetupAction.class.getName()) |
Runs the default setup for central repository and notifies the user if a) running with GUI and b) first launch.
Definition at line 40 of file CRDefaultSetupAction.java.
|
private |
Definition at line 49 of file CRDefaultSetupAction.java.
|
private |
Display a central repository exception in a message box if running with a GUI.
| ex | The exception. |
Definition at line 104 of file CRDefaultSetupAction.java.
References org.sleuthkit.autopsy.exceptions.AutopsyException.getUserMessage(), and org.sleuthkit.autopsy.core.RuntimeProperties.runningWithGUI.
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.CRDefaultSetupAction.setupDefaultCentralRepository().
|
static |
Definition at line 45 of file CRDefaultSetupAction.java.
References org.sleuthkit.autopsy.centralrepository.eventlisteners.CRDefaultSetupAction.INSTANCE.
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.restored().
| boolean org.sleuthkit.autopsy.centralrepository.eventlisteners.CRDefaultSetupAction.setupDefaultCentralRepository | ( | ) |
Checks if the central repository has been set up and configured. If not, does the set up unconditionally.
Definition at line 58 of file CRDefaultSetupAction.java.
References org.sleuthkit.autopsy.centralrepository.eventlisteners.CRDefaultSetupAction.doMessageBoxIfRunningInGUI(), org.sleuthkit.autopsy.coreutils.ModuleSettings.getConfigSettings(), org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getInstance(), org.sleuthkit.autopsy.core.UserPreferences.getIsMultiUserModeEnabled(), org.sleuthkit.autopsy.centralrepository.CentralRepoSettings.getModuleSettingsKey(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbChoice.POSTGRESQL_MULTIUSER, org.sleuthkit.autopsy.coreutils.ModuleSettings.setConfigSetting(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.setupDefaultSqliteDb(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.setupPostgresDb().
Referenced by org.sleuthkit.autopsy.corecomponents.Installer.restored().
|
staticprivate |
Definition at line 43 of file CRDefaultSetupAction.java.
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.CRDefaultSetupAction.getInstance().
|
staticprivate |
Definition at line 42 of file CRDefaultSetupAction.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.