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

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

Public Member Functions

void update (Observable o, Object arg)
 

Protected Member Functions

void addNotify ()
 
boolean createKeys (List< String > list)
 
Node createNodeForKey (String key)
 
void finalize () throws Throwable
 

Private Member Functions

 RegExpInstancesFactory (String setName, String keyword)
 

Private Attributes

final String keyword
 
final String setName
 

Detailed Description

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

Definition at line 759 of file KeywordHits.java.

Constructor & Destructor Documentation

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

Member Function Documentation

Definition at line 436 of file KeywordHits.java.

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

Definition at line 771 of file KeywordHits.java.

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

Definition at line 777 of file KeywordHits.java.

void org.sleuthkit.autopsy.datamodel.KeywordHits.DetachableObserverChildFactory< X >.finalize ( ) throws Throwable
protectedinherited

Definition at line 441 of file KeywordHits.java.

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

Definition at line 447 of file KeywordHits.java.

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.KeywordHits.RegExpInstancesFactory.keyword
private
final String org.sleuthkit.autopsy.datamodel.KeywordHits.RegExpInstancesFactory.setName
private

The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.