Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile Class Reference

Public Member Functions

String getDescription ()
 
String getFileIngestFilter ()
 
String toString ()
 

Private Attributes

final String description
 
final String fileIngestFilter
 
final String name
 

Detailed Description

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 80 of file IngestProfiles.java.

Member Function Documentation

String org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.getDescription ( )

The optional user defined description of this Ingest Profile.

Returns
the description

Definition at line 123 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.

Returns
the fileIngestFilter

Definition at line 132 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

Returns
getName();

Definition at line 105 of file IngestProfiles.java.

Member Data Documentation

final String org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.description
private
final String org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.fileIngestFilter
private
final String org.sleuthkit.autopsy.ingest.IngestProfiles.IngestProfile.name
private

Definition at line 82 of file IngestProfiles.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.