Autopsy  4.4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Attributes | List of all members
org.sleuthkit.autopsy.ingest.IngestManager.IngestModuleEvent Enum Reference

Public Attributes

 CONTENT_CHANGED
 
 DATA_ADDED
 
 FILE_DONE
 

Detailed Description

Ingest module events.

Definition at line 1049 of file IngestManager.java.

Member Data Documentation

org.sleuthkit.autopsy.ingest.IngestManager.IngestModuleEvent.CONTENT_CHANGED

Property change event fired when an ingest module adds new content to a case or changes a recorded attribute of existing content. For example, if a module adds an extracted or carved file to a case, the module should fire this event. The old value of the PropertyChangeEvent is a ModuleContentEvent object, and the new value is set to null.

Definition at line 1066 of file IngestManager.java.

Referenced by org.sleuthkit.autopsy.ingest.events.ContentChangedEvent.ContentChangedEvent(), and org.sleuthkit.autopsy.datamodel.FileTypesByExtension.FileTypesByExtObservable.FileTypesByExtObservable().

org.sleuthkit.autopsy.ingest.IngestManager.IngestModuleEvent.DATA_ADDED

Property change event fired when an ingest module adds new data to a case, usually by posting to the blackboard. The old value of the PropertyChangeEvent is a ModuleDataEvent object, and the new value is set to null.

Definition at line 1057 of file IngestManager.java.

Referenced by org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.BlackboardPostEvent(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.propertyChange().

org.sleuthkit.autopsy.ingest.IngestManager.IngestModuleEvent.FILE_DONE

Property change event fired when the ingest of a file is completed. The old value of the PropertyChangeEvent is the Autopsy object ID of the file. The new value is the AbstractFile for that ID.

Definition at line 1072 of file IngestManager.java.

Referenced by org.sleuthkit.autopsy.ingest.events.FileAnalyzedEvent.FileAnalyzedEvent().


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

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.