Package org.apache.maven.shared.utils.io
Class MatchPatterns
java.lang.Object
org.apache.maven.shared.utils.io.MatchPatterns
Deprecated.
A list of patterns to be matched
- Author:
 - Kristian Rosenvold
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic MatchPatternsDeprecated.booleanDeprecated.Checks these MatchPatterns against a specified string.booleanmatchesPatternStart(String name, boolean isCaseSensitive) Deprecated. 
- 
Method Details
- 
matches
Deprecated.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
 
 - 
matchesPatternStart
Deprecated.- Parameters:
 name- The name.isCaseSensitive- being case sensetive.- Returns:
 - true if any of the supplied patterns match start.
 
 - 
from
Deprecated.- Parameters:
 sources- The sources- Returns:
 - Converted match patterns.
 
 
 - 
 
java.nio.file.DirectoryStream.Filter<T>and related classes