Autopsy
4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static Optional< TempDirChoice > | getValue (String val) |
Public Attributes | |
CUSTOM | |
SYSTEM | |
The user specified choice for where the temp directory should be located.
Definition at line 46 of file UserMachinePreferences.java.
|
static |
Returns the temp directory choice that matches the string provided (whitespace and case insensitive).
val | The string value. |
Definition at line 68 of file UserMachinePreferences.java.
Referenced by org.sleuthkit.autopsy.machinesettings.UserMachinePreferences.getTempDirChoice().
org.sleuthkit.autopsy.machinesettings.UserMachinePreferences.TempDirChoice.CUSTOM |
A custom location specified with an absolute path by the user.
Definition at line 50 of file UserMachinePreferences.java.
org.sleuthkit.autopsy.machinesettings.UserMachinePreferences.TempDirChoice.SYSTEM |
Equivalent to java.io.tmpdir.
Definition at line 54 of file UserMachinePreferences.java.
Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.