Autopsy  4.1
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.InterestingHits.HitFactory Class Reference

Inherits ChildFactory< Long >, and Observer.

Public Member Functions

void update (Observable o, Object arg)
 

Protected Member Functions

boolean createKeys (List< Long > list)
 
Node createNodeForKey (Long l)
 

Private Member Functions

 HitFactory (String setName)
 

Private Attributes

Map< Long, BlackboardArtifactartifactHits = new HashMap<>()
 
final String setName
 

Detailed Description

Definition at line 337 of file InterestingHits.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.InterestingHits.HitFactory.HitFactory ( String  setName)
private

Member Function Documentation

boolean org.sleuthkit.autopsy.datamodel.InterestingHits.HitFactory.createKeys ( List< Long >  list)
protected
Node org.sleuthkit.autopsy.datamodel.InterestingHits.HitFactory.createNodeForKey ( Long  l)
protected

Definition at line 369 of file InterestingHits.java.

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

Definition at line 375 of file InterestingHits.java.

Member Data Documentation

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

Definition at line 340 of file InterestingHits.java.

final String org.sleuthkit.autopsy.datamodel.InterestingHits.HitFactory.setName
private

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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.