Autopsy  4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Private 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 ()
 

Private Member Functions

void checkMemoryAvailable ()
 
void updateConfig ()
 

Static Private Member Functions

static void addGstreamerPathsToEnv ()
 
static void ensureClassifierFolderExists ()
 
static void ensureOcrLanguagePacksFolderExists ()
 
static void ensurePythonModulesFolderExists ()
 
static void initializeSevenZip ()
 
static void initJavaFx ()
 
static void loadDynLibraries ()
 
static void preloadJython ()
 
static void preloadTranslationServices ()
 

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 65 of file Installer.java.

Constructor & Destructor Documentation

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

Member Function Documentation

static void org.sleuthkit.autopsy.core.Installer.addGstreamerPathsToEnv ( )
staticprivate

Add the Gstreamer bin and lib paths to the PATH environment variable so that the correct plugins and libraries are found when Gstreamer is initialized later.

Definition at line 302 of file Installer.java.

References org.sleuthkit.autopsy.coreutils.PlatformUtil.is64BitJVM().

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

void org.sleuthkit.autopsy.core.Installer.checkMemoryAvailable ( )
private

Checks system resources logging any potential issues.

Definition at line 409 of file Installer.java.

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

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

Definition at line 549 of file Installer.java.

boolean org.sleuthkit.autopsy.core.Installer.closing ( )
static void org.sleuthkit.autopsy.core.Installer.ensureClassifierFolderExists ( )
staticprivate

Make a folder in the config directory for object detection classifiers if one does not exist.

Definition at line 342 of file Installer.java.

References org.sleuthkit.autopsy.coreutils.PlatformUtil.getObjectDetectionClassifierPath().

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

static void org.sleuthkit.autopsy.core.Installer.ensureOcrLanguagePacksFolderExists ( )
staticprivate

Make a folder in the config directory for Ocr Language Packs if one does not exist.

Definition at line 360 of file Installer.java.

References org.sleuthkit.autopsy.coreutils.PlatformUtil.getOcrLanguagePacksPath().

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

static void org.sleuthkit.autopsy.core.Installer.ensurePythonModulesFolderExists ( )
staticprivate

Make a folder in the config directory for Python Modules if one does not exist.

Definition at line 351 of file Installer.java.

References org.sleuthkit.autopsy.coreutils.PlatformUtil.getUserPythonModulesPath().

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

static void org.sleuthkit.autopsy.core.Installer.initializeSevenZip ( )
staticprivate

Initializes 7zip-java bindings. We are performing initialization once because we encountered issues related to file locking when initialization was performed closer to where the bindings are used. See JIRA-6528.

Definition at line 439 of file Installer.java.

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

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 262 of file Installer.java.

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

Referenced by org.sleuthkit.autopsy.timeline.OpenTimelineAction.isEnabled().

static void org.sleuthkit.autopsy.core.Installer.loadDynLibraries ( )
staticprivate
static void org.sleuthkit.autopsy.core.Installer.preloadJython ( )
staticprivate
static void org.sleuthkit.autopsy.core.Installer.preloadTranslationServices ( )
staticprivate

Runs an initial load of the translation services to speed up subsequent loads.

Definition at line 470 of file Installer.java.

References org.sleuthkit.autopsy.texttranslation.TextTranslationService.getInstance().

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

void org.sleuthkit.autopsy.core.Installer.restored ( )
void org.sleuthkit.autopsy.core.Installer.uninstalled ( )

Definition at line 499 of file Installer.java.

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

Definition at line 484 of file Installer.java.

Member Data Documentation

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

Definition at line 71 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 70 of file Installer.java.

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

Definition at line 69 of file Installer.java.

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

Definition at line 67 of file Installer.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.