Autopsy  4.4
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.KeywordHits Class Reference

Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.

Classes

class  HitsFactory
 
class  KeywordResults
 
class  ListFactory
 
class  ListNode
 
class  RegExpInstanceKey
 
class  RegExpInstanceNode
 
class  RegExpInstancesFactory
 
class  RootNode
 
class  TermFactory
 
class  TermNode
 

Public Member Functions

 KeywordHits (SleuthkitCase skCase)
 

Static Public Attributes

static final String NAME = BlackboardArtifact.ARTIFACT_TYPE.TSK_KEYWORD_HIT.getLabel()
 
static final String SIMPLE_LITERAL_SEARCH
 
static final String SIMPLE_REGEX_SEARCH
 

Private Member Functions

BlackboardArtifactNode createBlackboardArtifactNode (Long artifactId)
 

Private Attributes

final String DEFAULT_INSTANCE_NAME = "DEFAULT_INSTANCE_NAME"
 
final KeywordResults keywordResults
 
SleuthkitCase skCase
 

Static Private Attributes

static final String KEYWORD_HITS = NbBundle.getMessage(KeywordHits.class, "KeywordHits.kwHits.text")
 
static final Logger logger = Logger.getLogger(KeywordHits.class.getName())
 

Detailed Description

Keyword hits node support

Definition at line 57 of file KeywordHits.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.KeywordHits.KeywordHits ( SleuthkitCase  skCase)

Member Function Documentation

BlackboardArtifactNode org.sleuthkit.autopsy.datamodel.KeywordHits.createBlackboardArtifactNode ( Long  artifactId)
private

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.KeywordHits.DEFAULT_INSTANCE_NAME = "DEFAULT_INSTANCE_NAME"
private

Definition at line 70 of file KeywordHits.java.

final String org.sleuthkit.autopsy.datamodel.KeywordHits.KEYWORD_HITS = NbBundle.getMessage(KeywordHits.class, "KeywordHits.kwHits.text")
staticprivate

Definition at line 61 of file KeywordHits.java.

final KeywordResults org.sleuthkit.autopsy.datamodel.KeywordHits.keywordResults
private

Definition at line 67 of file KeywordHits.java.

final Logger org.sleuthkit.autopsy.datamodel.KeywordHits.logger = Logger.getLogger(KeywordHits.class.getName())
staticprivate

Definition at line 60 of file KeywordHits.java.

final String org.sleuthkit.autopsy.datamodel.KeywordHits.NAME = BlackboardArtifact.ARTIFACT_TYPE.TSK_KEYWORD_HIT.getLabel()
static

Definition at line 62 of file KeywordHits.java.

final String org.sleuthkit.autopsy.datamodel.KeywordHits.SIMPLE_LITERAL_SEARCH
static
Initial value:
= NbBundle
.getMessage(KeywordHits.class, "KeywordHits.simpleLiteralSearch.text")

Definition at line 63 of file KeywordHits.java.

final String org.sleuthkit.autopsy.datamodel.KeywordHits.SIMPLE_REGEX_SEARCH
static
Initial value:
= NbBundle
.getMessage(KeywordHits.class, "KeywordHits.singleRegexSearch.text")

Definition at line 65 of file KeywordHits.java.

SleuthkitCase org.sleuthkit.autopsy.datamodel.KeywordHits.skCase
private

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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Jun 13 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.