Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.BaseChildFactory< BlackboardArtifact >.
Static Public Member Functions | |
static void | post (String nodeName, Object event) throws NoSuchEventBusException |
static void | register (String nodeName, Object subscriber) |
Protected Member Functions | |
void | addNotify () |
boolean | createKeys (List< T > toPopulate) |
Node | createNodeForKey (BlackboardArtifact key) |
List< BlackboardArtifact > | makeKeys () |
void | onAdd () |
void | onRemove () |
void | removeNotify () |
Private Attributes | |
final PropertyChangeListener | pcl |
BlackboardArtifact.Type | type |
Creates children for a given artifact type
Definition at line 426 of file ExtractedContent.java.
|
protectedinherited |
Definition at line 120 of file BaseChildFactory.java.
|
protectedinherited |
For page change events and page size change events we simply return the previously calculated set of keys, otherwise we make a new set of keys.
Definition at line 148 of file BaseChildFactory.java.
|
protected |
Definition at line 496 of file ExtractedContent.java.
|
protected |
|
protected |
Definition at line 484 of file ExtractedContent.java.
References org.sleuthkit.autopsy.ingest.IngestManager.addIngestJobEventListener(), org.sleuthkit.autopsy.ingest.IngestManager.addIngestModuleEventListener(), org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), org.sleuthkit.autopsy.datamodel.ExtractedContent.INGEST_JOB_EVENTS_OF_INTEREST, and org.sleuthkit.autopsy.datamodel.ExtractedContent.INGEST_MODULE_EVENTS_OF_INTEREST.
|
protected |
|
staticinherited |
Post the given event for the given node name.
nodeName | The name of the node. |
event | The event to post. |
Definition at line 96 of file BaseChildFactory.java.
|
staticinherited |
Register the given subscriber for the given node name. Will create the event bus for the given node name if it does not exist.
nodeName | The name of the node. |
subscriber | The subscriber to register. |
Definition at line 78 of file BaseChildFactory.java.
|
protectedinherited |
Definition at line 125 of file BaseChildFactory.java.
|
private |
Definition at line 435 of file ExtractedContent.java.
|
private |
Definition at line 428 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ExtractedContent.ArtifactFactory.makeKeys().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.