|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.BaseChildFactory< AnalysisResult >, and Observer.
Public Member Functions | |
| void | update (Observable o, Object arg) |
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 (AnalysisResult key) |
| void | finalize () throws Throwable |
| List< AnalysisResult > | makeKeys () |
| void | onAdd () |
| void | onRemove () |
Private Member Functions | |
| HitFactory (String nodeName) | |
Private Attributes | |
| final Map< Long, AnalysisResult > | artifactHits = new HashMap<>() |
Creates the nodes for the malware hits.
Definition at line 293 of file MalwareHits.java.
|
private |
Definition at line 297 of file MalwareHits.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 149 of file BaseChildFactory.java.
|
protected |
Definition at line 312 of file MalwareHits.java.
|
protectedinherited |
Definition at line 125 of file BaseChildFactory.java.
|
protected |
Definition at line 322 of file MalwareHits.java.
References org::sleuthkit::datamodel::Blackboard.getAnalysisResultById(), org::sleuthkit::datamodel::BlackboardArtifact.getAttributes(), and org::sleuthkit::datamodel::SleuthkitCase.getBlackboard().
|
protected |
Definition at line 302 of file MalwareHits.java.
|
protected |
Definition at line 307 of file MalwareHits.java.
|
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.
| void org.sleuthkit.autopsy.datamodel.MalwareHits.HitFactory.update | ( | Observable | o, |
| Object | arg | ||
| ) |
Definition at line 317 of file MalwareHits.java.
|
private |
Definition at line 295 of file MalwareHits.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.