Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextCondition.
Inherited by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.ExtensionCondition, org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FullNameCondition, and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.ParentPathCondition.
Public Member Functions | |
String | getTextToMatch () |
boolean | isRegex () |
abstract boolean | passes (AbstractFile file) |
boolean | textMatches (String textToMatch) |
Private Attributes | |
final TextMatcher | textMatcher |
An abstract base class for file attribute conditions that do textual matching.
Definition at line 621 of file FilesSet.java.
String org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.AbstractTextCondition.getTextToMatch | ( | ) |
Get the text the condition matches.
Definition at line 667 of file FilesSet.java.
References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.getTextToMatch().
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.toString().
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.AbstractTextCondition.isRegex | ( | ) |
Queries whether or not the text the condition matches is a regular expression.
Definition at line 679 of file FilesSet.java.
References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.isRegex().
|
abstract |
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.AbstractTextCondition.textMatches | ( | String | textToMatch | ) |
Determines whether a string of text matches the condition.
textToMatch | The text string. |
Definition at line 691 of file FilesSet.java.
References org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.textMatches().
Referenced by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.ParentPathCondition.passes(), org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.FullNameCondition.passes(), and org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.ExtensionCondition.passes().
|
private |
Definition at line 628 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.