Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher Interface Reference

Inherits Serializable.

Inherited by org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitiveMultiValueStringComparisionMatcher, 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)
 

Detailed Description

An interface for objects that do textual matches, used to compose a text condition.

Definition at line 948 of file FilesSet.java.

Member Function Documentation

String org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.getTextToMatch ( )
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.isRegex ( )
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.textMatches ( String  subject)

The documentation for this interface was generated from the following file:

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.