Class MatchPatterns
java.lang.Object
org.apache.rat.config.exclusion.plexus.MatchPatterns
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatchPatterns
static MatchPatterns
boolean
Checks these MatchPatterns against a specified string.boolean
boolean
patterns()
source()
toString()
-
Method Details
-
toString
-
source
-
patterns
-
matches
Checks these MatchPatterns against a specified string.
Uses far less string tokenization than any of the alternatives.
- Parameters:
name
- The name to look forisCaseSensitive
- If the comparison is case-sensitive- Returns:
- true if any of the supplied patterns match
-
matches
-
matches
-
from
-
from
-