Methods in com.microsoft.tfs.core.clients.versioncontrol.path that return ItemValidationError |
static ItemValidationError |
ItemPath.checkItem(java.util.concurrent.atomic.AtomicReference<java.lang.String> item,
java.lang.String parameterName,
boolean allowNull,
boolean allowWildcards,
boolean allow8Dot3Paths,
boolean checkReservedCharacters)
Validates the item as a server or local path. |
static ItemValidationError |
ItemPath.checkItem(java.util.concurrent.atomic.AtomicReference<java.lang.String> item,
java.lang.String parameterName,
boolean allowNull,
boolean allowWildcards,
boolean allow8Dot3Paths,
boolean checkReservedCharacters,
int maxServerPathLength)
Validates the item as a server or local path. |
static ItemValidationError |
LocalPath.checkLocalItem(java.lang.String item,
java.lang.String parameterName,
boolean allowNull,
boolean allowWildcards,
boolean allow8Dot3Paths,
boolean checkReservedCharacters)
|
static ItemValidationError |
ServerPath.checkServerItem(java.util.concurrent.atomic.AtomicReference<java.lang.String> item,
java.lang.String parameterName,
boolean allowNull,
boolean allowWildcards,
boolean allow8Dot3Paths,
boolean checkReservedCharacters)
|
static ItemValidationError |
ServerPath.checkServerItem(java.util.concurrent.atomic.AtomicReference<java.lang.String> item,
java.lang.String parameterName,
boolean allowNull,
boolean allowWildcards,
boolean allow8Dot3Paths,
boolean checkReservedCharacters,
int maxServerPathLength)
|