Package org.codehaus.plexus.util
Class MatchPattern
java.lang.Object
org.codehaus.plexus.util.MatchPattern
Describes a match target for SelectorUtils.
Significantly more efficient than using strings, since re-evaluation and re-tokenizing is avoided.
- Author:
- Kristian Rosenvold
- 
Method SummaryModifier and TypeMethodDescriptionstatic MatchPatternfromString(String source) char[][]String[]booleanbooleanmatchPatternStart(String str, boolean isCaseSensitive) booleanstartsWith(String string) 
- 
Method Details- 
matchPath
- 
matchPatternStart
- 
getTokenizedPathString
- 
getTokenizedPathCharspublic char[][] getTokenizedPathChars()
- 
startsWith
- 
fromString
 
-