Autopsy  4.19.3
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 | Static Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.Installer Class Reference

Inherits ModuleInstall.

Public Member Functions

boolean closing ()
 
void restored ()
 

Static Public Member Functions

static synchronized Installer getDefault ()
 

Private Member Functions

 Installer ()
 
void upgradeSettings ()
 

Static Private Member Functions

static Properties loadProps (File propFile) throws IOException
 

Static Private Attributes

static Installer instance
 
static final String LEGACY_INGEST_PROFILES_PATH = Paths.get(PlatformUtil.getUserConfigDirectory(), "IngestProfiles").toString()
 
static final String LEGACY_INGEST_SETTINGS_PATH = Paths.get(PlatformUtil.getUserConfigDirectory(), "IngestModuleSettings").toString()
 
static final Logger logger = Logger.getLogger(Installer.class.getName())
 
static final String PROPERTIES_EXT = ".properties"
 

Detailed Description

Initializes ingest manager when the module is loaded

Definition at line 40 of file Installer.java.

Constructor & Destructor Documentation

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

Definition at line 57 of file Installer.java.

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

Member Function Documentation

boolean org.sleuthkit.autopsy.ingest.Installer.closing ( )

Definition at line 69 of file Installer.java.

static synchronized Installer org.sleuthkit.autopsy.ingest.Installer.getDefault ( )
static
static Properties org.sleuthkit.autopsy.ingest.Installer.loadProps ( File  propFile) throws IOException
staticprivate
void org.sleuthkit.autopsy.ingest.Installer.restored ( )
void org.sleuthkit.autopsy.ingest.Installer.upgradeSettings ( )
private

Member Data Documentation

Installer org.sleuthkit.autopsy.ingest.Installer.instance
staticprivate

Definition at line 48 of file Installer.java.

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

final String org.sleuthkit.autopsy.ingest.Installer.LEGACY_INGEST_PROFILES_PATH = Paths.get(PlatformUtil.getUserConfigDirectory(), "IngestProfiles").toString()
staticprivate

Definition at line 43 of file Installer.java.

final String org.sleuthkit.autopsy.ingest.Installer.LEGACY_INGEST_SETTINGS_PATH = Paths.get(PlatformUtil.getUserConfigDirectory(), "IngestModuleSettings").toString()
staticprivate

Definition at line 42 of file Installer.java.

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

Definition at line 46 of file Installer.java.

final String org.sleuthkit.autopsy.ingest.Installer.PROPERTIES_EXT = ".properties"
staticprivate

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

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