Autopsy  3.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.datamodel.Installer Class Reference

Inherits ModuleInstall.

Public Member Functions

void validate () throws IllegalStateException
 

Static Public Member Functions

static synchronized Installer getDefault ()
 

Private Member Functions

 Installer ()
 

Static Private Attributes

static Installer instance
 

Detailed Description

Installer checks that the JNI library is working when the module is loaded.

Definition at line 34 of file Installer.java.

Constructor & Destructor Documentation

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

Definition at line 45 of file Installer.java.

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

Member Function Documentation

static synchronized Installer org.sleuthkit.autopsy.datamodel.Installer.getDefault ( )
static
void org.sleuthkit.autopsy.datamodel.Installer.validate ( ) throws IllegalStateException

Member Data Documentation

Installer org.sleuthkit.autopsy.datamodel.Installer.instance
staticprivate

Definition at line 36 of file Installer.java.

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


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

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