Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
String | getDescription () |
String | getFileIngestFilter () |
String | toString () |
Private Attributes | |
final String | description |
final String | fileIngestFilter |
final String | name |
An individual Ingest Profile, consists of a name, a description, and a FileIngestFilter. The name can be used to find the ModuleSettings for this profile.
Definition at line 143 of file IngestProfiles.java.
String org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.getDescription | ( | ) |
The optional user defined description of this Ingest Profile.
Definition at line 186 of file IngestProfiles.java.
References org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.description.
Referenced by org.sleuthkit.autopsy.ingest.ProfileSettingsPanel.ProfileListSelectionListener.valueChanged().
String org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.getFileIngestFilter | ( | ) |
The file ingest filter which was selected to be used.
Definition at line 195 of file IngestProfiles.java.
References org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.fileIngestFilter.
Referenced by org.sleuthkit.autopsy.ingest.ProfileSettingsPanel.ProfileListSelectionListener.valueChanged().
String org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.toString | ( | ) |
The string value of an IngestProfile is simply its name
Definition at line 168 of file IngestProfiles.java.
|
private |
Definition at line 146 of file IngestProfiles.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.getDescription().
|
private |
Definition at line 147 of file IngestProfiles.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.getFileIngestFilter().
|
private |
Definition at line 145 of file IngestProfiles.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Mar 21 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.