Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
String | getDisplayName () |
Public Attributes | |
CASE_CLOSED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.caseClosed.text")) | |
INGEST_MODULES_STARTUP_FAILED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.ingestModStartFail.text")) | |
NOT_CANCELLED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.notCancelled.text")) | |
OUT_OF_DISK_SPACE =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.outOfDiskSpace.text")) | |
SERVICES_DOWN =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.servicesDown.text")) | |
USER_CANCELLED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.cancelledByUser.text")) | |
Private Member Functions | |
CancellationReason (String displayName) | |
Private Attributes | |
final String | displayName |
Definition at line 44 of file IngestJob.java.
|
private |
Definition at line 55 of file IngestJob.java.
String org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.getDisplayName | ( | ) |
Definition at line 59 of file IngestJob.java.
org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.CASE_CLOSED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.caseClosed.text")) |
Definition at line 51 of file IngestJob.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.close().
|
private |
Definition at line 53 of file IngestJob.java.
org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.INGEST_MODULES_STARTUP_FAILED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.ingestModStartFail.text")) |
Definition at line 48 of file IngestJob.java.
org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.NOT_CANCELLED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.notCancelled.text")) |
Definition at line 46 of file IngestJob.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestJob.isCancelled().
org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.OUT_OF_DISK_SPACE =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.outOfDiskSpace.text")) |
Definition at line 49 of file IngestJob.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorTimerAction.actionPerformed().
org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.SERVICES_DOWN =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.servicesDown.text")) |
Definition at line 50 of file IngestJob.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestManager.subscribeToServiceMonitorEvents().
org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.USER_CANCELLED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.cancelledByUser.text")) |
Definition at line 47 of file IngestJob.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestJob.cancel(), org.sleuthkit.autopsy.ingest.IngestManager.cancelAllIngestJobs(), org.sleuthkit.autopsy.ingest.DataSourceIngestJob.startDataSourceIngestProgressBar(), and org.sleuthkit.autopsy.ingest.DataSourceIngestJob.startFileIngestProgressBar().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.