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.RegExpInstancesFactory Class Reference

Inherits Detachable< RegExpInstanceKey >, and Observer.

Public Member Functions

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

Protected Member Functions

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

Private Member Functions

DisplayableItemNode createNode (RegExpInstanceKey key)
 

Private Attributes

final String keyword
 
Map< RegExpInstanceKey, DisplayableItemNodenodesMap = new HashMap<>()
 
final String setName
 

Detailed Description

Creates the nodes for a given regexp that represent the specific terms that were found

Definition at line 679 of file KeywordHits.java.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 692 of file KeywordHits.java.

boolean org.sleuthkit.autopsy.datamodel.KeywordHits.RegExpInstancesFactory.createKeys ( List< RegExpInstanceKey >  list)
protected
DisplayableItemNode org.sleuthkit.autopsy.datamodel.KeywordHits.RegExpInstancesFactory.createNode ( RegExpInstanceKey  key)
private
Node org.sleuthkit.autopsy.datamodel.KeywordHits.RegExpInstancesFactory.createNodeForKey ( RegExpInstanceKey  key)
protected

Definition at line 726 of file KeywordHits.java.

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

Definition at line 697 of file KeywordHits.java.

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

Definition at line 740 of file KeywordHits.java.

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.KeywordHits.RegExpInstancesFactory.keyword
private
Map<RegExpInstanceKey, DisplayableItemNode > org.sleuthkit.autopsy.datamodel.KeywordHits.RegExpInstancesFactory.nodesMap = new HashMap<>()
private

Definition at line 683 of file KeywordHits.java.

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