Autopsy  4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher Class Reference

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
 

Detailed Description

A text matcher that does a case-insensitive string comparison.

Definition at line 967 of file FilesSet.java.

Member Function Documentation

String org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher.getTextToMatch ( )
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher.isRegex ( )

Queries whether or not the text the matcher examines is a regular expression.

Returns
True if the text to be matched is a regular expression, false otherwise.

Implements org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.

Definition at line 990 of file FilesSet.java.

boolean org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher.textMatches ( String  subject)

Determines whether a string of text is matched.

Parameters
subjectThe text string.
Returns
True if the text matches, false otherwise.

Implements org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.TextMatcher.

Definition at line 995 of file FilesSet.java.

Member Data Documentation

final Pattern org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher.pattern
private

Definition at line 971 of file FilesSet.java.

final long org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher.serialVersionUID = 1L
staticprivate

Definition at line 969 of file FilesSet.java.

final String org.sleuthkit.autopsy.modules.interestingitems.FilesSet.Rule.CaseInsensitivePartialStringComparisionMatcher.textToMatch
private

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

Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.