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

Inherits Detachable< Long >, and Observer.

Public Member Functions

 HitsFactory (String setName, String keyword, String instance)
 
void update (Observable o, Object arg)
 

Protected Member Functions

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

Private Attributes

final String instance
 
final String keyword
 
Map< Long, BlackboardArtifactNodenodesMap = new HashMap<>()
 
final String setName
 

Detailed Description

Creates nodes for individual files that had hits

Definition at line 876 of file KeywordHits.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.HitsFactory ( String  setName,
String  keyword,
String  instance 
)

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.addNotify ( )
protected

Definition at line 892 of file KeywordHits.java.

boolean org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.createKeys ( List< Long >  list)
protected
Node org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.createNodeForKey ( Long  artifactId)
protected

Definition at line 913 of file KeywordHits.java.

void org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.removeNotify ( )
protected

Definition at line 897 of file KeywordHits.java.

void org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.update ( Observable  o,
Object  arg 
)

Definition at line 918 of file KeywordHits.java.

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.instance
private
final String org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.keyword
private
Map<Long, BlackboardArtifactNode > org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.nodesMap = new HashMap<>()
private

Definition at line 882 of file KeywordHits.java.

final String org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.setName
private

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

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