Autopsy
4.19.3
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 1170 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 1186 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 1191 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 1196 of file FilesSet.java.
|
private |
Definition at line 1173 of file FilesSet.java.
|
staticprivate |
Definition at line 1172 of file FilesSet.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Mar 28 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.