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)
 
void update (Observable o, Object arg)
 

Protected Member Functions

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

Private Attributes

String keyword
 
String setName
 

Detailed Description

Definition at line 525 of file KeywordHits.java.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 537 of file KeywordHits.java.

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

Definition at line 547 of file KeywordHits.java.

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

Definition at line 542 of file KeywordHits.java.

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

Definition at line 605 of file KeywordHits.java.

Member Data Documentation

String org.sleuthkit.autopsy.datamodel.KeywordHits.HitsFactory.keyword
private
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 Oct 25 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.