Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Serializable.
Inherited by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher, org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitiveStringComparisionMatcher, and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.RegexMatcher.
Public Member Functions | |
String | getTextToMatch () |
boolean | isRegex () |
boolean | textMatches (String subject) |
An interface for objects that do textual matches, used to compose a text condition.
Definition at line 851 of file FilesSet.java.
String org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.getTextToMatch | ( | ) |
Get the text the matcher examines.
Implemented in org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.RegexMatcher, org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher, and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitiveStringComparisionMatcher.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.AbstractTextCondition.getTextToMatch().
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.isRegex | ( | ) |
Queries whether or not the text the matcher examines is a regular expression.
Implemented in org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.RegexMatcher, org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher, and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitiveStringComparisionMatcher.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.AbstractTextCondition.isRegex().
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.textMatches | ( | String | subject | ) |
Determines whether a string of text is matched.
subject | The text string. |
Implemented in org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.RegexMatcher, org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher, and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitiveStringComparisionMatcher.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.AbstractTextCondition.textMatches().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.