Sleuth Kit Java Bindings (JNI)  4.8.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.IngestModuleInfo Class Reference

Classes

enum  IngestModuleType
 

Public Member Functions

String getDisplayName ()
 
long getIngestModuleId ()
 
IngestModuleType getType ()
 
String getUniqueName ()
 
String getVersion ()
 

Detailed Description

Class representing information about an ingest module, used in ingest job info to show which ingest modules were run.

Definition at line 27 of file IngestModuleInfo.java.

Member Function Documentation

String org.sleuthkit.datamodel.IngestModuleInfo.getDisplayName ( )
Returns
the displayName

Definition at line 95 of file IngestModuleInfo.java.

long org.sleuthkit.datamodel.IngestModuleInfo.getIngestModuleId ( )
Returns
the ingestModuleId

Definition at line 88 of file IngestModuleInfo.java.

Referenced by org.sleuthkit.datamodel.SleuthkitCase.addIngestJob().

IngestModuleType org.sleuthkit.datamodel.IngestModuleInfo.getType ( )
Returns
the typeID

Definition at line 109 of file IngestModuleInfo.java.

String org.sleuthkit.datamodel.IngestModuleInfo.getUniqueName ( )
Returns
the uniqueName

Definition at line 102 of file IngestModuleInfo.java.

String org.sleuthkit.datamodel.IngestModuleInfo.getVersion ( )
Returns
the version

Definition at line 116 of file IngestModuleInfo.java.


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

Copyright © 2011-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.