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

Public Member Functions

IngestJob getJob ()
 
List< IngestModuleErrorgetModuleErrors ()
 
IngestManager.IngestManagerException getStartupException ()
 

Private Attributes

final IngestJob job
 
final List< IngestModuleErrormoduleErrors
 
final IngestManager.IngestManagerException startupException
 

Detailed Description

Definition at line 25 of file IngestJobStartResult.java.

Member Function Documentation

IngestJob org.sleuthkit.autopsy.ingest.IngestJobStartResult.getJob ( )
List<IngestModuleError> org.sleuthkit.autopsy.ingest.IngestJobStartResult.getModuleErrors ( )
Returns
the moduleErrors, which may be empty

Definition at line 58 of file IngestJobStartResult.java.

Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.analyze().

IngestManager.IngestManagerException org.sleuthkit.autopsy.ingest.IngestJobStartResult.getStartupException ( )

Member Data Documentation

final IngestJob org.sleuthkit.autopsy.ingest.IngestJobStartResult.job
private
final List<IngestModuleError> org.sleuthkit.autopsy.ingest.IngestJobStartResult.moduleErrors
private

Definition at line 29 of file IngestJobStartResult.java.

final IngestManager.IngestManagerException org.sleuthkit.autopsy.ingest.IngestJobStartResult.startupException
private

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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.