public class MatchPattern extends Object
Modifier and Type | Method and Description |
---|---|
static MatchPattern |
fromString(String source) |
char[][] |
getTokenizedPathChars() |
String[] |
getTokenizedPathString() |
boolean |
matchPath(String str,
boolean isCaseSensitive) |
boolean |
matchPatternStart(String str,
boolean isCaseSensitive) |
boolean |
startsWith(String string) |
public boolean matchPath(String str, boolean isCaseSensitive)
public boolean matchPatternStart(String str, boolean isCaseSensitive)
public String[] getTokenizedPathString()
public char[][] getTokenizedPathChars()
public boolean startsWith(String string)
public static MatchPattern fromString(String source)
Copyright © 2001-2013 Codehaus. All Rights Reserved.