|
Autopsy
4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
A snapshot of the progress of an ingest job on the processing of a data source.
Definition at line 272 of file IngestJob.java.
|
private |
Definition at line 276 of file IngestJob.java.
References org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.snapshot.
| CancellationReason org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.getCancellationReason | ( | ) |
Gets the reason this job was 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.
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.
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.
Definition at line 296 of file IngestJob.java.
References org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.snapshot.
|
private |
Definition at line 274 of file IngestJob.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.DataSourceProcessingSnapshot(), org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.getCancellationReason(), org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.getCancelledDataSourceIngestModules(), org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.getDataSource(), and org.sleuthkit.autopsy.ingest.IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot.isCancelled().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.