Autopsy  4.1
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.TermFactory Class Reference

Inherits Detachable< String >, and Observer.

Public Member Functions

void update (Observable o, Object arg)
 

Protected Member Functions

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

Private Member Functions

 TermFactory (String setName)
 

Private Attributes

final String setName
 

Detailed Description

Creates the nodes that represent search terms

Definition at line 534 of file KeywordHits.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.KeywordHits.TermFactory.TermFactory ( String  setName)
private

Member Function Documentation

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

Definition at line 544 of file KeywordHits.java.

boolean org.sleuthkit.autopsy.datamodel.KeywordHits.TermFactory.createKeys ( List< String >  list)
protected

Definition at line 554 of file KeywordHits.java.

Node org.sleuthkit.autopsy.datamodel.KeywordHits.TermFactory.createNodeForKey ( String  key)
protected

Definition at line 560 of file KeywordHits.java.

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

Definition at line 549 of file KeywordHits.java.

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

Definition at line 565 of file KeywordHits.java.

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.KeywordHits.TermFactory.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.