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

Inherits ModuleInstall.

Public Member Functions

boolean closing ()
 
void restored ()
 
void uninstalled ()
 

Static Public Member Functions

static synchronized Installer getDefault ()
 

Private Member Functions

 Installer ()
 

Private Attributes

final IngestEventsListener ieListener = new IngestEventsListener()
 
final CaseEventListener pcl = new CaseEventListener()
 

Static Private Attributes

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

Detailed Description

Install event listeners during module initialization

Definition at line 34 of file Installer.java.

Constructor & Destructor Documentation

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

Member Function Documentation

boolean org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.closing ( )

Definition at line 77 of file Installer.java.

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

Member Data Documentation

final IngestEventsListener org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.ieListener = new IngestEventsListener()
private

Definition at line 39 of file Installer.java.

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

final CaseEventListener org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.pcl = new CaseEventListener()
private

Definition at line 38 of file Installer.java.

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

Definition at line 37 of file Installer.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Jun 21 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.