Go to the documentation of this file.
19package org.sleuthkit.autopsy.ingest;
21import java.util.ArrayList;
22import java.util.Collections;
25public class IngestJobStartResult {
35 this.moduleErrors =
new ArrayList<>();
List< IngestModuleError > getModuleErrors()
final IngestManager.IngestManagerException startupException
IngestManager.IngestManagerException getStartupException()
final List< IngestModuleError > moduleErrors
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.