Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Attributes | |
CONTENT_CHANGED | |
DATA_ADDED | |
FILE_DONE | |
Ingest module events.
Definition at line 1094 of file IngestManager.java.
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 1111 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 1102 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 1117 of file IngestManager.java.
Referenced by org.sleuthkit.autopsy.ingest.events.FileAnalyzedEvent.FileAnalyzedEvent().
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.