Sleuth Kit Java Bindings (JNI)  4.11.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

Represents information about an ingest module factory, 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 100 of file IngestModuleInfo.java.

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

Definition at line 93 of file IngestModuleInfo.java.

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

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

Definition at line 114 of file IngestModuleInfo.java.

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

Definition at line 107 of file IngestModuleInfo.java.

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

Definition at line 121 of file IngestModuleInfo.java.


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

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