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

Inherits ChangeEvent.

Public Member Functions

 ModuleContentEvent (Content content)
 
 ModuleContentEvent (String moduleName, Content content)
 
String getModuleName ()
 

Private Attributes

String moduleName = ""
 

Detailed Description

Event data that is published when content is added to case.

Definition at line 27 of file ModuleContentEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.ModuleContentEvent.ModuleContentEvent ( Content  content)

Constructs event data that is published when content is added to case.

Parameters
contentA 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.

Parameters
contentA reference to the new content.
moduleNameThe name of the module that added the content.
content

Definition at line 47 of file ModuleContentEvent.java.

References org.sleuthkit.autopsy.ingest.ModuleContentEvent.moduleName.

Member Function Documentation

String org.sleuthkit.autopsy.ingest.ModuleContentEvent.getModuleName ( )

Gets the name of the module that added the content, if the module name has been provided.

Returns
The module name as a string. May be empty.

Definition at line 58 of file ModuleContentEvent.java.

References org.sleuthkit.autopsy.ingest.ModuleContentEvent.moduleName.

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

Member Data Documentation

String org.sleuthkit.autopsy.ingest.ModuleContentEvent.moduleName = ""
private

The documentation for this class 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.