Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
class | IngestJobCompletionListener |
Static Public Member Functions | |
static List< IngestModuleError > | runIngestJob (Collection< Content > dataSources, IngestJobSettings settings) throws InterruptedException |
Private Member Functions | |
IngestJobRunner () | |
Static Private Attributes | |
static final Set< IngestManager.IngestJobEvent > | INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.COMPLETED, IngestManager.IngestJobEvent.CANCELLED) |
A utility that runs an ingest job, blocking until the job is completed.
Definition at line 39 of file IngestJobRunner.java.
|
private |
IngestRunner instances cannot be instantiated.
Definition at line 78 of file IngestJobRunner.java.
|
static |
Runs an ingest job, blocking until the job is completed.
dataSources | The data sources for the ingest job. |
settings | The settings for the ingest job |
InterruptedException | If interrupted while wiagin for the ingest job to complete. |
Definition at line 55 of file IngestJobRunner.java.
References org.sleuthkit.autopsy.ingest.IngestManager.addIngestJobEventListener(), org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), org.sleuthkit.autopsy.ingest.IngestJobStartResult.getModuleErrors(), and org.sleuthkit.autopsy.testutils.IngestJobRunner.INGEST_JOB_EVENTS_OF_INTEREST.
Referenced by org.sleuthkit.autopsy.testutils.IngestUtils.runIngestJob().
|
staticprivate |
Definition at line 41 of file IngestJobRunner.java.
Referenced by org.sleuthkit.autopsy.testutils.IngestJobRunner.runIngestJob().
Copyright © 2012-2022 Basis Technology. Generated on: Thu Mar 23 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.