Autopsy
4.7.0
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 79 of file IngestProfiles.java.
String org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.getDescription | ( | ) |
The optional user defined description of this Ingest Profile.
Definition at line 122 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 131 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 104 of file IngestProfiles.java.
|
private |
Definition at line 82 of file IngestProfiles.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.getDescription().
|
private |
Definition at line 83 of file IngestProfiles.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.getFileIngestFilter().
|
private |
Definition at line 81 of file IngestProfiles.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.