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.report.infrastructure.Installer Class Reference

Inherits ModuleInstall.

Public Member Functions

void restored ()
 

Static Public Member Functions

static synchronized Installer getDefault ()
 

Private Member Functions

 Installer ()
 

Static Private Attributes

static Installer instance
 
static final Logger logger = Logger.getLogger(Installer.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

Installer for hash databases that copies legacy settings to new location.

Definition at line 29 of file Installer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.report.infrastructure.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 53 of file Installer.java.

Referenced by org.sleuthkit.autopsy.report.infrastructure.Installer.getDefault().

Member Function Documentation

static synchronized Installer org.sleuthkit.autopsy.report.infrastructure.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 singleton instance of this class.

Definition at line 41 of file Installer.java.

References org.sleuthkit.autopsy.report.infrastructure.Installer.Installer(), and org.sleuthkit.autopsy.report.infrastructure.Installer.instance.

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

void org.sleuthkit.autopsy.report.infrastructure.Installer.restored ( )

Definition at line 58 of file Installer.java.

Member Data Documentation

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

Definition at line 30 of file Installer.java.

final long org.sleuthkit.autopsy.report.infrastructure.Installer.serialVersionUID = 1L
staticprivate

Definition at line 31 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.