Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Install event listeners during module initialization
Definition at line 33 of file Installer.java.
|
private |
Definition at line 49 of file Installer.java.
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.getDefault().
boolean org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.closing | ( | ) |
Definition at line 77 of file Installer.java.
|
static |
Definition at line 42 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 | ( | ) |
Definition at line 57 of file Installer.java.
References org.sleuthkit.autopsy.casemodule.Case.addPropertyChangeListener(), org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.installListeners(), org.sleuthkit.autopsy.core.RuntimeProperties.runningWithGUI, and org.sleuthkit.autopsy.centralrepository.datamodel.EamDbUtil.upgradeDatabase().
void org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.uninstalled | ( | ) |
Definition at line 84 of file Installer.java.
References org.sleuthkit.autopsy.casemodule.Case.removePropertyChangeListener(), and org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.uninstallListeners().
|
private |
Definition at line 38 of file Installer.java.
|
staticprivate |
Definition at line 40 of file Installer.java.
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.getDefault().
|
staticprivate |
Definition at line 35 of file Installer.java.
|
private |
Definition at line 37 of file Installer.java.
|
staticprivate |
Definition at line 36 of file Installer.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.