Autopsy  4.11.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.commandlineingest.UserPreferences Class Reference

Static Public Member Functions

static String getCommandLineModeIngestModuleContextString ()
 
static String getCommandLineModeResultsFolder ()
 
static void setCommandLineModeResultsFolder (String folder)
 

Private Member Functions

 UserPreferences ()
 

Static Private Attributes

static final String COMMAND_LINE_MODE_CONTEXT_STRING = "CommandLineModeContext"
 
static final String COMMAND_LINE_MODE_RESULTS_FOLDER = "CommandLineModeResultsFolder"
 
static final java.util.prefs.Preferences preferences = NbPreferences.forModule(UserPreferences.class)
 

Detailed Description

Provides convenient access to a UserPreferences node for user preferences with default values.

Definition at line 27 of file UserPreferences.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commandlineingest.UserPreferences.UserPreferences ( )
private

Definition at line 34 of file UserPreferences.java.

Member Function Documentation

static String org.sleuthkit.autopsy.commandlineingest.UserPreferences.getCommandLineModeIngestModuleContextString ( )
static

Get context string for command line mode ingest module settings.

Returns
String Context string for command line mode ingest module settings.

Definition at line 61 of file UserPreferences.java.

References org.sleuthkit.autopsy.commandlineingest.UserPreferences.COMMAND_LINE_MODE_CONTEXT_STRING.

Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.analyze(), and org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.displayIngestJobSettingsPanel().

static String org.sleuthkit.autopsy.commandlineingest.UserPreferences.getCommandLineModeResultsFolder ( )
static

Get results folder for command line mode from persistent storage.

Returns
String Selected output folder.

Definition at line 42 of file UserPreferences.java.

References org.sleuthkit.autopsy.commandlineingest.UserPreferences.preferences.

Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.run().

static void org.sleuthkit.autopsy.commandlineingest.UserPreferences.setCommandLineModeResultsFolder ( String  folder)
static

Set results folder for command line mode from persistent storage.

Parameters
folderSelected output folder.

Definition at line 51 of file UserPreferences.java.

References org.sleuthkit.autopsy.commandlineingest.UserPreferences.preferences.

Member Data Documentation

final String org.sleuthkit.autopsy.commandlineingest.UserPreferences.COMMAND_LINE_MODE_CONTEXT_STRING = "CommandLineModeContext"
staticprivate
final String org.sleuthkit.autopsy.commandlineingest.UserPreferences.COMMAND_LINE_MODE_RESULTS_FOLDER = "CommandLineModeResultsFolder"
staticprivate

Definition at line 30 of file UserPreferences.java.

final java.util.prefs.Preferences org.sleuthkit.autopsy.commandlineingest.UserPreferences.preferences = NbPreferences.forModule(UserPreferences.class)
staticprivate

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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Jun 21 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.