Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason Enum Reference

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
 

Detailed Description

Definition at line 45 of file IngestJob.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.CancellationReason ( String  displayName)
private

Definition at line 56 of file IngestJob.java.

Member Function Documentation

String org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.getDisplayName ( )

Definition at line 60 of file IngestJob.java.

Member Data Documentation

org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.CASE_CLOSED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.caseClosed.text"))

Definition at line 52 of file IngestJob.java.

Referenced by org.sleuthkit.autopsy.casemodule.Case.changeCase().

final String org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.displayName
private

Definition at line 54 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 49 of file IngestJob.java.

org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.NOT_CANCELLED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.notCancelled.text"))

Definition at line 47 of file IngestJob.java.

org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.OUT_OF_DISK_SPACE =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.outOfDiskSpace.text"))
org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.SERVICES_DOWN =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.servicesDown.text"))
org.sleuthkit.autopsy.ingest.IngestJob.CancellationReason.USER_CANCELLED =(NbBundle.getMessage(IngestJob.class, "IngestJob.cancelReason.cancelledByUser.text"))

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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.