Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits ChangeEvent.
Public Member Functions | |
ModuleContentEvent (Content content) | |
ModuleContentEvent (String moduleName, Content content) | |
String | getModuleName () |
Private Attributes | |
String | moduleName = "" |
Event data that is published when content is added to case.
Definition at line 27 of file ModuleContentEvent.java.
org.sleuthkit.autopsy.ingest.ModuleContentEvent.ModuleContentEvent | ( | Content | content | ) |
Constructs event data that is published when content is added to case.
content | A reference to the new content. |
Definition at line 36 of file ModuleContentEvent.java.
org.sleuthkit.autopsy.ingest.ModuleContentEvent.ModuleContentEvent | ( | String | moduleName, |
Content | content | ||
) |
Constructs event data that is published when content is added to case.
content | A reference to the new content. |
moduleName | The name of the module that added the content. |
content |
Definition at line 47 of file ModuleContentEvent.java.
References org.sleuthkit.autopsy.ingest.ModuleContentEvent.moduleName.
String org.sleuthkit.autopsy.ingest.ModuleContentEvent.getModuleName | ( | ) |
Gets the name of the module that added the content, if the module name has been provided.
Definition at line 58 of file ModuleContentEvent.java.
References org.sleuthkit.autopsy.ingest.ModuleContentEvent.moduleName.
Referenced by org.sleuthkit.autopsy.ingest.events.ContentChangedEvent.ContentChangedEvent().
|
private |
Definition at line 29 of file ModuleContentEvent.java.
Referenced by org.sleuthkit.autopsy.ingest.ModuleContentEvent.getModuleName(), and org.sleuthkit.autopsy.ingest.ModuleContentEvent.ModuleContentEvent().
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.