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.HitTypeFactory Class Reference

Inherits ChildFactory< String >, and Observer.

Public Member Functions

void update (Observable o, Object arg)
 

Protected Member Functions

boolean createKeys (List< String > list)
 
Node createNodeForKey (String key)
 

Private Member Functions

 HitTypeFactory (String setName)
 

Private Attributes

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

Detailed Description

Definition at line 364 of file InterestingHits.java.

Constructor & Destructor Documentation

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

Member Function Documentation

boolean org.sleuthkit.autopsy.datamodel.InterestingHits.HitTypeFactory.createKeys ( List< String >  list)
protected

Definition at line 376 of file InterestingHits.java.

Node org.sleuthkit.autopsy.datamodel.InterestingHits.HitTypeFactory.createNodeForKey ( String  key)
protected

Definition at line 383 of file InterestingHits.java.

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

Definition at line 388 of file InterestingHits.java.

Member Data Documentation

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

Definition at line 367 of file InterestingHits.java.

final String org.sleuthkit.autopsy.datamodel.InterestingHits.HitTypeFactory.setName
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.