Autopsy  4.8.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory Class Reference

Inherits Detachable< Long >, and Observer.

Public Member Functions

void update (Observable o, Object arg)
 

Protected Member Functions

void addNotify ()
 
boolean createKeys (List< Long > list)
 
Node createNodeForKey (Long id)
 
void removeNotify ()
 

Private Member Functions

 HitFactory (String hashsetName)
 

Private Attributes

Map< Long, BlackboardArtifact > artifactHits = new HashMap<>()
 
String hashsetName
 

Detailed Description

Creates the nodes for the hits in a given set.

Definition at line 381 of file HashsetHits.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.HitFactory ( String  hashsetName)
private

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.addNotify ( )
protected

Definition at line 392 of file HashsetHits.java.

boolean org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.createKeys ( List< Long >  list)
protected

Definition at line 402 of file HashsetHits.java.

Node org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.createNodeForKey ( Long  id)
protected

Definition at line 423 of file HashsetHits.java.

void org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.removeNotify ( )
protected

Definition at line 397 of file HashsetHits.java.

void org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.update ( Observable  o,
Object  arg 
)

Definition at line 429 of file HashsetHits.java.

Member Data Documentation

Map<Long, BlackboardArtifact> org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.artifactHits = new HashMap<>()
private

Definition at line 384 of file HashsetHits.java.

String org.sleuthkit.autopsy.datamodel.HashsetHits.HitFactory.hashsetName
private

The documentation for this class was generated from the following file:

Copyright © 2012-2018 Basis Technology. Generated on: Thu Oct 4 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.