|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.versioncontrol.path.Wildcard
public final class Wildcard
Static methods to match strings against TFS path wildcard characters.
Constructor Summary | |
---|---|
Wildcard()
|
Method Summary | |
---|---|
static boolean |
isWildcard(char ch)
Tests whether the given character is a wildcard character |
static boolean |
isWildcard(java.lang.String string)
Tests whether the given string contains wildcards. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Wildcard()
Method Detail |
---|
public static boolean isWildcard(java.lang.String string)
ServerPath.isWildcard(String)
or
LocalPath.isWildcard(String)
methods instead of this one for that
purpose.
string
- the string to test (if string is null, return value is false)
public static boolean isWildcard(char ch)
ch
- the character to test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |