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.KeywordHits.HitsFactory Class Reference

Inherits org.sleuthkit.autopsy.datamodel.KeywordHits.DetachableObserverChildFactory< Long >.

Public Member Functions

void update (Observable o, Object arg)
 

Protected Member Functions

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

Private Member Functions

 HitsFactory (String setName, String keyword, String instance)
 

Private Attributes

final String instance
 
final String keyword
 
final String setName
 

Detailed Description

Creates nodes for individual files that had hits

Definition at line 906 of file KeywordHits.java.

Constructor & Destructor Documentation

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

Member Function Documentation

Definition at line 410 of file KeywordHits.java.

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

Definition at line 920 of file KeywordHits.java.

Node org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.createNodeForKey ( Long  artifactId)
protected

Definition at line 415 of file KeywordHits.java.

void org.sleuthkit.autopsy.datamodel.KeywordHits.DetachableObserverChildFactory< X >.update ( Observable  o,
Object  arg 
)
inherited

Definition at line 420 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
final String org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.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.