Autopsy  4.17.0
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)
 
void setupDefaultCentralRepository ()
 

Static Private Attributes

static Installer instance
 
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 41 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 67 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 139 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 55 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().

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 155 of file Installer.java.

Member Data Documentation

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

Definition at line 43 of file Installer.java.

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

Definition at line 44 of file Installer.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.