Autopsy
4.19.3
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 art) |
void | finalize () throws Throwable |
List< AnalysisResult > | makeKeys () |
void | onAdd () |
void | onRemove () |
Private Member Functions | |
HitsFactory (String setName, String keyword, String instance) | |
Private Attributes | |
final Map< Long, AnalysisResult > | artifactHits = new HashMap<>() |
final String | instance |
final String | keyword |
final String | setName |
Creates nodes for individual files that had hits
Definition at line 914 of file KeywordHits.java.
|
private |
The node name passed to the parent constructor will consist of the set name, keyword and optionally the instance name (in the case of regular expression hits. This name must match the name set in the TermNode or RegExpInstanceNode constructors.
Definition at line 921 of file KeywordHits.java.
References org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.instance, org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.keyword, and org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.setName.
|
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 957 of file KeywordHits.java.
References org.sleuthkit.autopsy.datamodel.KeywordHits.createBlackboardArtifactNode().
|
protectedinherited |
Definition at line 125 of file BaseChildFactory.java.
|
protected |
Definition at line 935 of file KeywordHits.java.
|
protected |
Definition at line 962 of file KeywordHits.java.
|
protected |
Definition at line 967 of file KeywordHits.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.KeywordHits.HitsFactory.update | ( | Observable | o, |
Object | arg | ||
) |
Definition at line 972 of file KeywordHits.java.
|
private |
Definition at line 919 of file KeywordHits.java.
|
private |
Definition at line 918 of file KeywordHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.HitsFactory().
|
private |
Definition at line 916 of file KeywordHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.HitsFactory().
|
private |
Definition at line 917 of file KeywordHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.HitsFactory().
Copyright © 2012-2022 Basis Technology. Generated on: Sun Apr 2 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.