Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings Interface Reference

Inherits Serializable.

Inherited by org.sleuthkit.autopsy.examples.SampleModuleIngestJobSettings, org.sleuthkit.autopsy.ingest.NoIngestModuleIngestJobSettings, org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettings, org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchDetectorModuleSettings, org.sleuthkit.autopsy.modules.filetypeid.FileTypeIdModuleSettings, org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettings, and org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettings.

Public Member Functions

long getVersionNumber ()
 

Detailed Description

Interface for per ingest job settings for ingest modules. The settings are serializable to support persistence of settings for different contexts and between invocations of the application.

Definition at line 28 of file IngestModuleIngestJobSettings.java.

Member Function Documentation

long org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings.getVersionNumber ( )

Returns the version number of the settings object. The version number should be a private final static long per the documentation of the Serializable interface.

Returns
A serialization version number.

Implemented in org.sleuthkit.autopsy.examples.SampleModuleIngestJobSettings, org.sleuthkit.autopsy.modules.filetypeid.FileTypeIdModuleSettings, and org.sleuthkit.autopsy.ingest.NoIngestModuleIngestJobSettings.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Oct 25 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.