Autopsy  4.16.0
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 357 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 390 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 401 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 371 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 381 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-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.