Autopsy  4.1
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.coreutils.Installer Class Reference

Inherits ModuleInstall.

Public Member Functions

void restored ()
 
void uninstalled ()
 

Static Public Member Functions

static synchronized Installer getDefault ()
 

Private Member Functions

 Installer ()
 

Static Private Attributes

static final Logger autopsyLogger = Logger.getLogger("")
 
static Installer instance
 
static Handler logs
 

Detailed Description

Manages a this module's lifecycle. Sets up logging to file.

Definition at line 28 of file Installer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.Installer.Installer ( )
private

Definition at line 42 of file Installer.java.

Referenced by org.sleuthkit.autopsy.coreutils.Installer.getDefault().

Member Function Documentation

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

Definition at line 66 of file Installer.java.

Member Data Documentation

final Logger org.sleuthkit.autopsy.coreutils.Installer.autopsyLogger = Logger.getLogger("")
staticprivate

Definition at line 30 of file Installer.java.

Installer org.sleuthkit.autopsy.coreutils.Installer.instance
staticprivate

Definition at line 33 of file Installer.java.

Referenced by org.sleuthkit.autopsy.coreutils.Installer.getDefault().

Handler org.sleuthkit.autopsy.coreutils.Installer.logs
staticprivate

Definition at line 31 of file Installer.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.