Autopsy  3.1
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

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)
 

Detailed Description

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

Definition at line 537 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-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.