Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel Class Referenceabstract

Inherits JPanel.

Inherited by org.sleuthkit.autopsy.centralrepository.ingestmodule.IngestSettingsPanel, org.sleuthkit.autopsy.examples.SampleIngestModuleIngestJobSettingsPanel, org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettingsPanel, org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestSettingsPanel, org.sleuthkit.autopsy.modules.encryptiondetection.EncryptionDetectionIngestJobSettingsPanel, org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchModuleSettingsPanel, org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel, org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel, org.sleuthkit.autopsy.modules.photoreccarver.PhotoRecCarverIngestJobSettingsPanel, and org.sleuthkit.autopsy.modules.plaso.PlasoModuleSettingsPanel.

Public Member Functions

abstract IngestModuleIngestJobSettings getSettings ()
 

Detailed Description

Abstract base class for panels that allow users to specify per ingest job settings for ingest modules. The max recommended dimensions for these panels is 300 width by 300 height.

Definition at line 28 of file IngestModuleIngestJobSettingsPanel.java.

Member Function Documentation

abstract IngestModuleIngestJobSettings org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel.getSettings ( )
abstract

Gets the ingest job settings for an ingest module.

Returns
The ingest settings.

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

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