Autopsy  4.1
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 ( )
Returns
the job, which may be null

Definition at line 44 of file IngestJobStartResult.java.

References org.sleuthkit.autopsy.ingest.IngestJobStartResult.job.

Referenced by org.sleuthkit.autopsy.ingest.IngestManager.startIngestJob().

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

Definition at line 58 of file IngestJobStartResult.java.

IngestManager.IngestManagerException org.sleuthkit.autopsy.ingest.IngestJobStartResult.getStartupException ( )
Returns
the startupException, which may be null

Definition at line 51 of file IngestJobStartResult.java.

References org.sleuthkit.autopsy.ingest.IngestJobStartResult.startupException.

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-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.