| Autopsy
    4.17.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 1015 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 1033 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 1038 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 1043 of file FilesSet.java.
| 
 | private | 
Definition at line 1019 of file FilesSet.java.
| 
 | staticprivate | 
Definition at line 1017 of file FilesSet.java.
| 
 | private | 
Definition at line 1018 of file FilesSet.java.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher.getTextToMatch().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
 
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.