com.microsoft.tfs.core.clients.versioncontrol.path
Class ItemValidationError
java.lang.Object
com.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.clients.versioncontrol.path.ItemValidationError
- All Implemented Interfaces:
- java.lang.Comparable
public class ItemValidationError
- extends com.microsoft.tfs.util.TypesafeEnum
Describes item path validation errors.
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum |
compareTo, equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NONE
public static final ItemValidationError NONE
WILDCARD_NOT_ALLOWED
public static final ItemValidationError WILDCARD_NOT_ALLOWED
REPOSITORY_PATH_TOO_LONG
public static final ItemValidationError REPOSITORY_PATH_TOO_LONG
LOCAL_ITEM_REQUIRED
public static final ItemValidationError LOCAL_ITEM_REQUIRED
© 2015 Microsoft. All rights reserved.