|
Autopsy
4.21.0
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 41 of file Installer.java.
|
private |
Definition at line 58 of file Installer.java.
Referenced by org.sleuthkit.autopsy.ingest.Installer.getDefault().
| boolean org.sleuthkit.autopsy.ingest.Installer.closing | ( | ) |
Definition at line 70 of file Installer.java.
|
static |
Definition at line 51 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 115 of file Installer.java.
Referenced by org.sleuthkit.autopsy.ingest.Installer.upgradeSettings().
| void org.sleuthkit.autopsy.ingest.Installer.restored | ( | ) |
Definition at line 63 of file Installer.java.
References org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), and org.sleuthkit.autopsy.ingest.Installer.upgradeSettings().
|
private |
Definition at line 78 of file Installer.java.
References org::sleuthkit::datamodel::AbstractFile.exists(), org.sleuthkit.autopsy.coreutils.PlatformUtil.getUserConfigDirectory(), org::sleuthkit::datamodel::AbstractFile.listFiles(), 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 49 of file Installer.java.
Referenced by org.sleuthkit.autopsy.ingest.Installer.getDefault().
|
staticprivate |
Definition at line 44 of file Installer.java.
|
staticprivate |
Definition at line 43 of file Installer.java.
|
staticprivate |
Definition at line 47 of file Installer.java.
|
staticprivate |
Definition at line 45 of file Installer.java.
Referenced by org.sleuthkit.autopsy.ingest.Installer.upgradeSettings().
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.