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 | pattern |
final String | textToMatch |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
A text matcher that does a case-insensitive string comparison.
Definition at line 967 of file FilesSet.java.
String org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher.getTextToMatch | ( | ) |
Get the text the matcher examines.
Implements org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.
Definition at line 985 of file FilesSet.java.
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher.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 990 of file FilesSet.java.
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher.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 995 of file FilesSet.java.
|
private |
Definition at line 971 of file FilesSet.java.
|
staticprivate |
Definition at line 969 of file FilesSet.java.
|
private |
Definition at line 970 of file FilesSet.java.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher.getTextToMatch().
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.