Package org.apache.maven.shared.utils.io
Class MatchPattern
java.lang.Object
org.apache.maven.shared.utils.io.MatchPattern
Deprecated.
Describes a match target for SelectorUtils.
Significantly more efficient than using strings, since re-evaluation and re-tokenizing is avoided.
- Author:
 - Kristian Rosenvold
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic MatchPatternfromString(String source) Deprecated.String[]Deprecated.booleanDeprecated.booleanmatchPatternStart(String str, boolean isCaseSensitive) Deprecated.booleanstartsWith(String string) Deprecated. 
- 
Method Details
- 
matchPath
Deprecated.- Parameters:
 str- The string to match for.isCaseSensitive- case sensitive true false otherwise.- Returns:
 - true if matches false otherwise.
 
 - 
matchPatternStart
Deprecated.- Parameters:
 str- The string to check.isCaseSensitive- Check case sensitive or not.- Returns:
 - true in case of matching pattern.
 
 - 
getTokenizedPathString
Deprecated.- Returns:
 - Tokenized string.
 
 - 
startsWith
Deprecated.- Parameters:
 string- The part which will be checked to start with.- Returns:
 - true in case of starting with the string false otherwise.
 
 - 
fromString
Deprecated.- Parameters:
 source- The source.- Returns:
 - The match pattern.
 
 
 - 
 
java.nio.file.DirectoryStream.Filter<T>and related classes