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

Public Member Functions

CancellationReason getCancellationReason ()
 
List< String > getCancelledDataSourceIngestModules ()
 
String getDataSource ()
 
boolean isCancelled ()
 

Private Member Functions

 DataSourceProcessingSnapshot (Snapshot snapshot)
 

Private Attributes

final Snapshot snapshot
 

Detailed Description

A snapshot of the progress of an ingest job on the processing of a data source.

Definition at line 362 of file IngestJob.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.DataSourceProcessingSnapshot ( Snapshot  snapshot)
private

Member Function Documentation

CancellationReason org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.getCancellationReason ( )

Gets the reason this job was cancelled.

Returns
The cancellation reason, may be not cancelled.

Definition at line 395 of file IngestJob.java.

List<String> org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.getCancelledDataSourceIngestModules ( )

Gets a list of the display names of any canceled data source level ingest modules.

Returns
A list of canceled data source level ingest module display names, possibly empty.

Definition at line 406 of file IngestJob.java.

String org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.getDataSource ( )

Gets the name of the data source that is the subject of this snapshot.

Returns
A data source name string.

Definition at line 376 of file IngestJob.java.

boolean org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.isCancelled ( )

Indicates whether or not the processing of the data source that is the subject of this snapshot was canceled.

Returns
True or false.

Definition at line 386 of file IngestJob.java.

Member Data Documentation

final Snapshot org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.snapshot
private

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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.