Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer Class Reference

Inherits ModuleInstall.

Public Member Functions

void restored ()
 
void uninstalled ()
 

Static Public Member Functions

static synchronized Installer getDefault ()
 

Private Member Functions

 Installer ()
 
void doMessageBoxIfRunningInGUI (CentralRepoException ex)
 
String getSettingsFilePath (String moduleName)
 
void setupDefaultCentralRepository ()
 
void upgradeSettingsPath ()
 

Static Private Attributes

static Installer instance
 
static final String LEGACY_DEFAULT_DB_PARENT_PATH = Paths.get(PlatformUtil.getUserDirectory().getAbsolutePath(), LEGACY_DEFAULT_FOLDER).toAbsolutePath().toString()
 
static final String LEGACY_DEFAULT_FOLDER = "central_repository"
 
static final String LEGACY_MODULE_SETTINGS_KEY = "CentralRepository"
 
static final Logger logger = Logger.getLogger(Installer.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

Sets up a default, single-user SQLite central repository if no central repository is configured, and updates the central repository schema as required.

Definition at line 47 of file Installer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.Installer ( )
private

Constructs the singleton "package installer" used by the registered Installer for the Autopsy-Core module located in the org.sleuthkit.autopsy.core package.

Definition at line 77 of file Installer.java.

Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.getDefault().

Member Function Documentation

void org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.doMessageBoxIfRunningInGUI ( CentralRepoException  ex)
private

Display a central repository exception in a message box if running with a GUI.

Parameters
exThe exception.

Definition at line 209 of file Installer.java.

References org.sleuthkit.autopsy.exceptions.AutopsyException.getUserMessage(), and org.sleuthkit.autopsy.core.RuntimeProperties.runningWithGUI.

Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.setupDefaultCentralRepository().

static synchronized Installer org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.getDefault ( )
static

Gets the singleton "package installer" used by the registered Installer for the Autopsy-Core module located in the org.sleuthkit.autopsy.core package.

Returns
The "package installer" singleton for the org.sleuthkit.autopsy.centralrepository.eventlisteners package.

Definition at line 65 of file Installer.java.

References org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.Installer(), and org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.instance.

Referenced by org.sleuthkit.autopsy.core.Installer.Installer().

String org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.getSettingsFilePath ( String  moduleName)
private

Path to module settings path.

Parameters
moduleNameThe full name of the module provided to ModuleSettings.
Returns
The path on disk for that object. NOTE: This must be in sync with ModuleSettings.

Definition at line 106 of file Installer.java.

References org.sleuthkit.autopsy.coreutils.PlatformUtil.getUserConfigDirectory().

Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.upgradeSettingsPath().

void org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.restored ( )
void org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.setupDefaultCentralRepository ( )
private
void org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.uninstalled ( )

Definition at line 225 of file Installer.java.

void org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.upgradeSettingsPath ( )
private

Member Data Documentation

Installer org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.instance
staticprivate
final String org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.LEGACY_DEFAULT_DB_PARENT_PATH = Paths.get(PlatformUtil.getUserDirectory().getAbsolutePath(), LEGACY_DEFAULT_FOLDER).toAbsolutePath().toString()
staticprivate

Definition at line 50 of file Installer.java.

final String org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.LEGACY_DEFAULT_FOLDER = "central_repository"
staticprivate

Definition at line 49 of file Installer.java.

final String org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.LEGACY_MODULE_SETTINGS_KEY = "CentralRepository"
staticprivate

Definition at line 51 of file Installer.java.

final Logger org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.logger = Logger.getLogger(Installer.class.getName())
staticprivate

Definition at line 53 of file Installer.java.

final long org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.serialVersionUID = 1L
staticprivate

Definition at line 54 of file Installer.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.