Sleuth Kit Java Bindings (JNI)  4.12.1
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.LibraryLock.LockState Enum Reference

Public Attributes

 ACQUIRED
 
 HELD_BY_NEW
 
 HELD_BY_OLD
 

Detailed Description

The result of attempting to lock the libtsk_jni lib file.

Definition at line 236 of file LibraryLock.java.

Member Data Documentation

org.sleuthkit.datamodel.LibraryLock.LockState.ACQUIRED

If the lock has been acquired.

Definition at line 248 of file LibraryLock.java.

org.sleuthkit.datamodel.LibraryLock.LockState.HELD_BY_NEW

If a lock on the library is held by a version of Autopsy GT 4.21.0

Definition at line 244 of file LibraryLock.java.

org.sleuthkit.datamodel.LibraryLock.LockState.HELD_BY_OLD

If a lock on the library is held by a version of Autopsy LTE 4.21.0

Definition at line 240 of file LibraryLock.java.


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

Copyright © 2011-2024 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.