Autopsy  4.4.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 (DataSourceIngestJob.Snapshot snapshot)
 

Private Attributes

final DataSourceIngestJob.Snapshot snapshot
 

Detailed Description

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

Definition at line 272 of file IngestJob.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.DataSourceProcessingSnapshot ( DataSourceIngestJob.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 305 of file IngestJob.java.

References org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.snapshot.

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 316 of file IngestJob.java.

References org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.snapshot.

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 286 of file IngestJob.java.

References org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.snapshot.

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 296 of file IngestJob.java.

References org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.snapshot.

Member Data Documentation

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

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

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.