Autopsy  4.10.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.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, String typeName)
 

Private Attributes

final Map< Long, BlackboardArtifact > artifactHits = new HashMap<>()
 
final String setName
 
final String typeName
 

Detailed Description

Definition at line 452 of file InterestingHits.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.InterestingHits.HitFactory.HitFactory ( String  setName,
String  typeName 
)
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 489 of file InterestingHits.java.

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

Definition at line 495 of file InterestingHits.java.

Member Data Documentation

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

Definition at line 456 of file InterestingHits.java.

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

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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.