org.apache.maven.shared.utils.io
Class MatchPattern
java.lang.Object
org.apache.maven.shared.utils.io.MatchPattern
public class MatchPattern
- extends Object
Describes a match target for SelectorUtils.
Significantly more efficient than using strings, since re-evaluation and re-tokenizing is avoided.
- Author:
- Kristian Rosenvold
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
matchPath
public boolean matchPath(String str,
boolean isCaseSensitive)
matchPatternStart
public boolean matchPatternStart(@Nonnull
String str,
boolean isCaseSensitive)
getTokenizedPathString
public String[] getTokenizedPathString()
startsWith
public boolean startsWith(String string)
fromString
public static MatchPattern fromString(String source)
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.