Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits ModuleInstall.
Public Member Functions | |
void | restored () |
Static Public Member Functions | |
static synchronized Installer | getDefault () |
Private Member Functions | |
Installer () | |
Static Private Attributes | |
static Installer | instance |
static final String | LEGACY_HASH_DATABASE_DEFAULT_PATH = Paths.get(PlatformUtil.getUserConfigDirectory(), "HashDatabases").toString() |
static final String | LEGACY_SERIALIZATION_FILE_PATH = Paths.get(PlatformUtil.getUserConfigDirectory(), "hashLookup.settings").toString() |
static final String | LEGACY_SERIALIZATION_XML_FILE_PATH = Paths.get(PlatformUtil.getUserConfigDirectory(), "hashsets.xml").toString() |
static final Logger | logger = Logger.getLogger(Installer.class.getName()) |
static final long | serialVersionUID = 1L |
Installer for hash databases that copies legacy settings to new location.
Definition at line 35 of file Installer.java.
|
private |
Constructs the singleton "package installer" used by the registered Installer for the Autopsy-Core module located in the org.sleuthkit.autopsy.core package.
Definition at line 65 of file Installer.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.Installer.getDefault().
|
static |
Gets the singleton "package installer" used by the registered Installer for the Autopsy-Core module located in the org.sleuthkit.autopsy.core package.
Definition at line 53 of file Installer.java.
References org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.Installer.Installer(), and org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.Installer.instance.
Referenced by org.sleuthkit.autopsy.core.Installer.Installer().
void org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.Installer.restored | ( | ) |
Definition at line 70 of file Installer.java.
References org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getDefaultDbPath(), org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getInstance(), org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.getInstance(), org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getSettingsPath(), org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getXmlSettingsPath(), and org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.loadLastSavedConfiguration().
|
staticprivate |
Definition at line 43 of file Installer.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.Installer.getDefault().
|
staticprivate |
Definition at line 39 of file Installer.java.
|
staticprivate |
Definition at line 38 of file Installer.java.
|
staticprivate |
Definition at line 37 of file Installer.java.
|
staticprivate |
Definition at line 41 of file Installer.java.
|
staticprivate |
Definition at line 42 of file Installer.java.
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.