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

Inherits ModuleInstall.

Public Member Functions

 Installer ()
 
void close ()
 
boolean closing ()
 
void restored ()
 
void uninstalled ()
 
void validate () throws IllegalStateException
 

Static Public Member Functions

static boolean isJavaFxInited ()
 

Static Private Member Functions

static void ensurePythonModulesFolderExists ()
 
static void initJavaFx ()
 
static void loadDynLibraries ()
 

Private Attributes

final List< ModuleInstall > packageInstallers
 

Static Private Attributes

static volatile boolean javaFxInit = false
 
static final Logger logger = Logger.getLogger(Installer.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

Wrapper over Installers in packages in Core module. This is the main registered installer in the MANIFEST.MF.

Definition at line 47 of file Installer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.core.Installer.Installer ( )

Member Function Documentation

void org.sleuthkit.autopsy.core.Installer.close ( )

Definition at line 339 of file Installer.java.

boolean org.sleuthkit.autopsy.core.Installer.closing ( )
static void org.sleuthkit.autopsy.core.Installer.ensurePythonModulesFolderExists ( )
staticprivate
static void org.sleuthkit.autopsy.core.Installer.initJavaFx ( )
staticprivate
static boolean org.sleuthkit.autopsy.core.Installer.isJavaFxInited ( )
static

Check if JavaFx initialized

Returns
false if java fx not initialized (classes could not load), true if initialized

Definition at line 223 of file Installer.java.

References org.sleuthkit.autopsy.core.Installer.javaFxInit.

Referenced by org.sleuthkit.autopsy.corecomponents.FXVideoPanel.FXVideoPanel(), and org.sleuthkit.autopsy.corecomponents.MediaViewImagePanel.MediaViewImagePanel().

static void org.sleuthkit.autopsy.core.Installer.loadDynLibraries ( )
staticprivate
void org.sleuthkit.autopsy.core.Installer.restored ( )
void org.sleuthkit.autopsy.core.Installer.uninstalled ( )

Definition at line 289 of file Installer.java.

void org.sleuthkit.autopsy.core.Installer.validate ( ) throws IllegalStateException

Definition at line 274 of file Installer.java.

Member Data Documentation

volatile boolean org.sleuthkit.autopsy.core.Installer.javaFxInit = false
staticprivate

Definition at line 53 of file Installer.java.

Referenced by org.sleuthkit.autopsy.core.Installer.isJavaFxInited().

final Logger org.sleuthkit.autopsy.core.Installer.logger = Logger.getLogger(Installer.class.getName())
staticprivate

Definition at line 52 of file Installer.java.

final List<ModuleInstall> org.sleuthkit.autopsy.core.Installer.packageInstallers
private

Definition at line 51 of file Installer.java.

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

Definition at line 49 of file Installer.java.


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

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