|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemValidationError | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol.path |
Uses of ItemValidationError in com.microsoft.tfs.core.clients.versioncontrol.path |
---|
Fields in com.microsoft.tfs.core.clients.versioncontrol.path declared as ItemValidationError | |
---|---|
static ItemValidationError |
ItemValidationError.LOCAL_ITEM_REQUIRED
|
static ItemValidationError |
ItemValidationError.NONE
|
static ItemValidationError |
ItemValidationError.REPOSITORY_PATH_TOO_LONG
|
static ItemValidationError |
ItemValidationError.WILDCARD_NOT_ALLOWED
|
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 |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |