Autopsy  4.1
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 873 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 889 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 909 of file KeywordHits.java.

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

Definition at line 894 of file KeywordHits.java.

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

Definition at line 914 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 879 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: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.