Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | Public Attributes | List of all members
org.sleuthkit.autopsy.machinesettings.UserMachinePreferences.TempDirChoice Enum Reference

Static Public Member Functions

static Optional< TempDirChoicegetValue (String val)
 

Public Attributes

 CUSTOM
 
 SYSTEM
 

Detailed Description

The user specified choice for where the temp directory should be located.

Definition at line 46 of file UserMachinePreferences.java.

Member Function Documentation

static Optional<TempDirChoice> org.sleuthkit.autopsy.machinesettings.UserMachinePreferences.TempDirChoice.getValue ( String  val)
static

Returns the temp directory choice that matches the string provided (whitespace and case insensitive).

Parameters
valThe string value.
Returns
The choice or empty if not found.

Definition at line 68 of file UserMachinePreferences.java.

Referenced by org.sleuthkit.autopsy.machinesettings.UserMachinePreferences.getTempDirChoice().

Member Data Documentation

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.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.