Inherits org.sleuthkit.autopsy.datamodel.BaseChildFactory< BlackboardArtifact >, and Observer.
|
void | update (Observable o, Object arg) |
|
|
static void | post (String nodeName, Object event) throws NoSuchEventBusException |
|
static void | register (String nodeName, Object subscriber) |
|
Creates the nodes for the hits in a given set.
Definition at line 378 of file HashsetHits.java.
org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.HitFactory |
( |
String |
hashsetName | ) |
|
|
private |
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.
Node org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.createNodeForKey |
( |
BlackboardArtifact |
key | ) |
|
|
protected |
List<BlackboardArtifact> org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.makeKeys |
( |
| ) |
|
|
protected |
void org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.onAdd |
( |
| ) |
|
|
protected |
void org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.onRemove |
( |
| ) |
|
|
protected |
Post the given event for the given node name.
- Parameters
-
nodeName | The name of the node. |
event | The event to post. |
- Exceptions
-
Definition at line 96 of file BaseChildFactory.java.
Register the given subscriber for the given node name. Will create the event bus for the given node name if it does not exist.
- Parameters
-
nodeName | The name of the node. |
subscriber | The subscriber to register. |
Definition at line 78 of file BaseChildFactory.java.
void org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.update |
( |
Observable |
o, |
|
|
Object |
arg |
|
) |
| |
final Map<Long, BlackboardArtifact> org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.artifactHits = new HashMap<>() |
|
private |
final String org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.hashsetName |
|
private |
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/org/sleuthkit/autopsy/datamodel/HashsetHits.java