Autopsy  3.1
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.examples.SampleModuleIngestJobSettings Class Reference

Inherits org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings.

Public Member Functions

long getVersionNumber ()
 

Private Attributes

boolean skipKnownFiles = true
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Ingest job options for sample ingest module instances.

Definition at line 38 of file SampleModuleIngestJobSettings.java.

Member Function Documentation

long org.sleuthkit.autopsy.examples.SampleModuleIngestJobSettings.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 51 of file SampleModuleIngestJobSettings.java.

References org.sleuthkit.autopsy.examples.SampleModuleIngestJobSettings.serialVersionUID.

Member Data Documentation

final long org.sleuthkit.autopsy.examples.SampleModuleIngestJobSettings.serialVersionUID = 1L
staticprivate
boolean org.sleuthkit.autopsy.examples.SampleModuleIngestJobSettings.skipKnownFiles = true
private

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

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