com.microsoft.tfs.core.clients.versioncontrol.path
Class ItemValidationError

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by 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.


Field Summary
static ItemValidationError LOCAL_ITEM_REQUIRED
           
static ItemValidationError NONE
           
static ItemValidationError REPOSITORY_PATH_TOO_LONG
           
static ItemValidationError WILDCARD_NOT_ALLOWED
           
 
Method Summary
 
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
 

Field Detail

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.