Class MatchPatterns
java.lang.Object
org.apache.rat.config.exclusion.plexus.MatchPatterns
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatchPatternsstatic MatchPatternsbooleanChecks these MatchPatterns against a specified string.booleanbooleanpatterns()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
-