Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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" |
Initializes ingest manager when the module is loaded
Definition at line 40 of file Installer.java.
|
private |
Definition at line 57 of file Installer.java.
Referenced by org.sleuthkit.autopsy.ingest.Installer.getDefault().
boolean org.sleuthkit.autopsy.ingest.Installer.closing | ( | ) |
Definition at line 69 of file Installer.java.
|
static |
Definition at line 50 of file Installer.java.
References org.sleuthkit.autopsy.ingest.Installer.Installer(), and org.sleuthkit.autopsy.ingest.Installer.instance.
Referenced by org.sleuthkit.autopsy.core.Installer.Installer().
|
staticprivate |
Definition at line 112 of file Installer.java.
Referenced by org.sleuthkit.autopsy.ingest.Installer.upgradeSettings().
void org.sleuthkit.autopsy.ingest.Installer.restored | ( | ) |
Definition at line 62 of file Installer.java.
References org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), and org.sleuthkit.autopsy.ingest.Installer.upgradeSettings().
|
private |
Definition at line 75 of file Installer.java.
References org.sleuthkit.autopsy.coreutils.PlatformUtil.getUserConfigDirectory(), org.sleuthkit.autopsy.ingest.Installer.loadProps(), org.sleuthkit.autopsy.ingest.Installer.PROPERTIES_EXT, and org.sleuthkit.autopsy.coreutils.ModuleSettings.setConfigSettings().
Referenced by org.sleuthkit.autopsy.ingest.Installer.restored().
|
staticprivate |
Definition at line 48 of file Installer.java.
Referenced by org.sleuthkit.autopsy.ingest.Installer.getDefault().
|
staticprivate |
Definition at line 43 of file Installer.java.
|
staticprivate |
Definition at line 42 of file Installer.java.
|
staticprivate |
Definition at line 46 of file Installer.java.
|
staticprivate |
Definition at line 44 of file Installer.java.
Referenced by org.sleuthkit.autopsy.ingest.Installer.upgradeSettings().
Copyright © 2012-2022 Basis Technology. Generated on: Tue Mar 28 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.