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

Inherits org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings.

Public Member Functions

long getVersionNumber ()
 

Private Attributes

final String setting = "None"
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Implementation of the IngestModuleOptions interface for use by ingest modules that do not have per ingest job options.

Definition at line 25 of file NoIngestModuleIngestJobSettings.java.

Member Function Documentation

long org.sleuthkit.autopsy.ingest.NoIngestModuleIngestJobSettings.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.

Implements org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings.

Definition at line 31 of file NoIngestModuleIngestJobSettings.java.

References org.sleuthkit.autopsy.ingest.NoIngestModuleIngestJobSettings.serialVersionUID.

Member Data Documentation

final long org.sleuthkit.autopsy.ingest.NoIngestModuleIngestJobSettings.serialVersionUID = 1L
staticprivate
final String org.sleuthkit.autopsy.ingest.NoIngestModuleIngestJobSettings.setting = "None"
private

Definition at line 28 of file NoIngestModuleIngestJobSettings.java.


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

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