Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
A text matcher that does regular expression matching.
Definition at line 1045 of file FilesSet.java.
String org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.RegexMatcher.getTextToMatch | ( | ) |
Get the text the matcher examines.
Implements org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.
Definition at line 1061 of file FilesSet.java.
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.RegexMatcher.isRegex | ( | ) |
Queries whether or not the text the matcher examines is a regular expression.
Implements org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.
Definition at line 1066 of file FilesSet.java.
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.RegexMatcher.textMatches | ( | String | subject | ) |
Determines whether a string of text is matched.
subject | The text string. |
Implements org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.
Definition at line 1071 of file FilesSet.java.
|
private |
Definition at line 1048 of file FilesSet.java.
|
staticprivate |
Definition at line 1047 of file FilesSet.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.