Autopsy  4.11.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 79 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 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.

Returns
the fileIngestFilter

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

Returns
getName();

Definition at line 104 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 81 of file IngestProfiles.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Jun 21 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.