Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.RegexMatcher Class Reference

Inherits org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.

Public Member Functions

String getTextToMatch ()
 
boolean isRegex ()
 
boolean textMatches (String subject)
 

Private Attributes

final Pattern regex
 

Detailed Description

A text matcher that does regular expression matching.

Definition at line 655 of file FilesSet.java.

Member Function Documentation

String org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.RegexMatcher.getTextToMatch ( )
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.RegexMatcher.isRegex ( )
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.RegexMatcher.textMatches ( String  subject)

Member Data Documentation

final Pattern org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.RegexMatcher.regex
private

Definition at line 657 of file FilesSet.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.