Autopsy  4.22.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | 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.

Classes

class  OldAppLockException
 

Public Member Functions

void close ()
 
void uninstalled ()
 
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 37 of file Installer.java.

Constructor & Destructor Documentation

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

Definition at line 48 of file Installer.java.

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

Member Function Documentation

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

Member Data Documentation

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

Definition at line 39 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-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.