Autopsy
4.17.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 47 of file IngestJob.java.
|
private |
Definition at line 58 of file IngestJob.java.
String org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.getDisplayName | ( | ) |
Definition at line 62 of file IngestJob.java.
org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.CASE_CLOSED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.caseClosed.text")) |
Definition at line 54 of file IngestJob.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.close().
|
private |
Definition at line 56 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 51 of file IngestJob.java.
org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.NOT_CANCELLED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.notCancelled.text")) |
Definition at line 49 of file IngestJob.java.
Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.analyze(), and 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 52 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 53 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")) |
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.