Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
IngestJob | getJob () |
List< IngestModuleError > | getModuleErrors () |
IngestManager.IngestManagerException | getStartupException () |
Private Attributes | |
final IngestJob | job |
final List< IngestModuleError > | moduleErrors |
final IngestManager.IngestManagerException | startupException |
Definition at line 25 of file IngestJobStartResult.java.
IngestJob org.sleuthkit.autopsy.ingest.IngestJobStartResult.getJob | ( | ) |
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 | ( | ) |
Definition at line 58 of file IngestJobStartResult.java.
IngestManager.IngestManagerException org.sleuthkit.autopsy.ingest.IngestJobStartResult.getStartupException | ( | ) |
Definition at line 51 of file IngestJobStartResult.java.
References org.sleuthkit.autopsy.ingest.IngestJobStartResult.startupException.
|
private |
Definition at line 27 of file IngestJobStartResult.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestJobStartResult.getJob().
|
private |
Definition at line 29 of file IngestJobStartResult.java.
|
private |
Definition at line 28 of file IngestJobStartResult.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestJobStartResult.getStartupException().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.