|
Autopsy
4.22.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits ModuleInstall.
Classes | |
| class | OldAppLockException |
Public Member Functions | |
| void | close () |
| void | uninstalled () |
| void | validate () throws IllegalStateException |
Static Public Member Functions | |
| static synchronized Installer | getDefault () |
Private Member Functions | |
| Installer () | |
Static Private Attributes | |
| static Installer | instance |
Installer checks that the JNI library is working when the module is loaded.
Definition at line 37 of file Installer.java.
|
private |
Definition at line 48 of file Installer.java.
Referenced by org.sleuthkit.autopsy.datamodel.Installer.getDefault().
| void org.sleuthkit.autopsy.datamodel.Installer.close | ( | ) |
Definition at line 121 of file Installer.java.
References org.sleuthkit.autopsy.coreutils.Logger.getLogger(), and org::sleuthkit::datamodel::LibraryLock.removeLibLock().
|
static |
Definition at line 41 of file Installer.java.
References org.sleuthkit.autopsy.datamodel.Installer.Installer(), and org.sleuthkit.autopsy.datamodel.Installer.instance.
Referenced by org.sleuthkit.autopsy.core.Installer.Installer().
| void org.sleuthkit.autopsy.datamodel.Installer.uninstalled | ( | ) |
Definition at line 131 of file Installer.java.
References org.sleuthkit.autopsy.coreutils.Logger.getLogger(), and org::sleuthkit::datamodel::LibraryLock.removeLibLock().
| void org.sleuthkit.autopsy.datamodel.Installer.validate | ( | ) | throws IllegalStateException |
Definition at line 57 of file Installer.java.
References org::sleuthkit::datamodel::LibraryLock.acquireLibLock(), org::sleuthkit::datamodel::LibraryLock.getLibTskJniFile(), org::sleuthkit::datamodel::LibraryLock.getLockState(), org.sleuthkit.autopsy.coreutils.Logger.getLogger(), org::sleuthkit::datamodel::SleuthkitJNI.getVersion(), and org::sleuthkit::datamodel::LibraryLock::LockState.HELD_BY_OLD.
|
staticprivate |
Definition at line 39 of file Installer.java.
Referenced by org.sleuthkit.autopsy.datamodel.Installer.getDefault().
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.