Sleuth Kit Java Bindings (JNI)  4.3
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.SleuthkitCase.ErrorObserver.Context Enum Reference

Public Member Functions

String getContextString ()
 

Public Attributes

 DATABASE_READ_ERROR =("Database Read Error")
 
 IMAGE_READ_ERROR =("Image File Read Error")
 

Private Member Functions

 Context (String context)
 

Private Attributes

final String contextString
 

Detailed Description

List of arguments for the context string parameters. This does not preclude the use of arbitrary context strings by client code, but it does provide a place to define standard context strings to allow filtering of notifications by implementations of ErrorObserver.

Definition at line 7320 of file SleuthkitCase.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.SleuthkitCase.ErrorObserver.Context.Context ( String  context)
private

Definition at line 7333 of file SleuthkitCase.java.

Member Function Documentation

String org.sleuthkit.datamodel.SleuthkitCase.ErrorObserver.Context.getContextString ( )

Definition at line 7337 of file SleuthkitCase.java.

Member Data Documentation

final String org.sleuthkit.datamodel.SleuthkitCase.ErrorObserver.Context.contextString
private

Definition at line 7331 of file SleuthkitCase.java.

org.sleuthkit.datamodel.SleuthkitCase.ErrorObserver.Context.DATABASE_READ_ERROR =("Database Read Error")

Error occurred while reading database content.

Definition at line 7329 of file SleuthkitCase.java.

org.sleuthkit.datamodel.SleuthkitCase.ErrorObserver.Context.IMAGE_READ_ERROR =("Image File Read Error")

Error occurred while reading image content.

Definition at line 7325 of file SleuthkitCase.java.


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

Copyright © 2011-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.