Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
class | IngestProfile |
Static Public Member Functions | |
static synchronized List< IngestProfile > | getIngestProfiles () |
Static Private Member Functions | |
static File | getRootSettingsFile (String profileName) |
static String | getSanitizedProfile (String executionContext) |
static File | getSettingsDirectory (String profileName) |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(IngestProfiles.class.getName()) |
static final String | PROFILE_DESC_KEY = "Profile_Description" |
static final String | PROFILE_FILTER_KEY = "Profile_Filter" |
static final String | PROFILE_NAME_KEY = "Profile_Name" |
static final String | SETTINGS_FILE_PREFIX = IngestProfilePaths.getInstance().getIngestProfilePrefix() |
Class for managing the access to the
Definition at line 38 of file IngestProfiles.java.
|
static |
Gets the collection of profiles which currently exist.
Definition at line 111 of file IngestProfiles.java.
References org.sleuthkit.autopsy.coreutils.ModuleSettings.getConfigSetting(), and org.sleuthkit.autopsy.ingest.IngestProfiles.getSanitizedProfile().
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSetDefsPanel.deleteSetButtonActionPerformed(), org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.getSelectedProfile(), and org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.run().
|
staticprivate |
Returns the file location of the root settings file for this ingest profile.
profileName | The profile name. |
Definition at line 86 of file IngestProfiles.java.
References org.sleuthkit.autopsy.ingest.IngestProfiles.getSanitizedProfile(), and org.sleuthkit.autopsy.coreutils.PlatformUtil.getUserConfigDirectory().
|
staticprivate |
Returns a profile name with no prefix (if included).
executionContext | The execution context. |
Definition at line 72 of file IngestProfiles.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestProfiles.getIngestProfiles(), org.sleuthkit.autopsy.ingest.IngestProfiles.getRootSettingsFile(), and org.sleuthkit.autopsy.ingest.IngestProfiles.getSettingsDirectory().
|
staticprivate |
Returns the settings directory for the profile containing ingest module specific settings for the ingest profile.
profileName | The profile name. |
Definition at line 102 of file IngestProfiles.java.
References org.sleuthkit.autopsy.ingest.IngestProfiles.getSanitizedProfile().
|
staticprivate |
Definition at line 44 of file IngestProfiles.java.
|
staticprivate |
Definition at line 41 of file IngestProfiles.java.
|
staticprivate |
Definition at line 42 of file IngestProfiles.java.
|
staticprivate |
Definition at line 40 of file IngestProfiles.java.
|
staticprivate |
Definition at line 43 of file IngestProfiles.java.
Copyright © 2012-2022 Basis Technology. Generated on: Thu Mar 30 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.