Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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) |
Provides convenient access to a UserPreferences node for user preferences with default values.
Definition at line 27 of file UserPreferences.java.
|
private |
Definition at line 34 of file UserPreferences.java.
|
static |
Get 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 |
Get results folder for command line mode from persistent storage.
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 |
Set results folder for command line mode from persistent storage.
folder | Selected output folder. |
Definition at line 51 of file UserPreferences.java.
References org.sleuthkit.autopsy.commandlineingest.UserPreferences.preferences.
|
staticprivate |
Definition at line 31 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.commandlineingest.UserPreferences.getCommandLineModeIngestModuleContextString().
|
staticprivate |
Definition at line 30 of file UserPreferences.java.
|
staticprivate |
Definition at line 29 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.commandlineingest.UserPreferences.getCommandLineModeResultsFolder(), and org.sleuthkit.autopsy.commandlineingest.UserPreferences.setCommandLineModeResultsFolder().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.