com.microsoft.tfs.core.clients.framework.catalog
Class CatalogConstants
java.lang.Object
com.microsoft.tfs.core.clients.framework.catalog.CatalogConstants
public class CatalogConstants
- extends java.lang.Object
Constants used by the TFS CatalogService
. Use these constants with
certain methods when calling the CatalogService
API.
- Since:
- TEE-SDK-10.1
- Thread-safety:
- thread-safe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MANDATORY_NODE_PATH_LENGTH
public static final int MANDATORY_NODE_PATH_LENGTH
- Constant Field Value:
24
- See Also:
- Constant Field Values
MAXIMUM_PATH_LENGTH
public static final int MAXIMUM_PATH_LENGTH
- Constant Field Value:
888
- See Also:
- Constant Field Values
FULL_RECURSE_STARS
public static final java.lang.String FULL_RECURSE_STARS
- Constant Field Value:
"**"
- See Also:
- Constant Field Values
FULL_RECURSE_DOTS
public static final java.lang.String FULL_RECURSE_DOTS
- Constant Field Value:
"..."
- See Also:
- Constant Field Values
SINGLE_RECURSE_STAR
public static final java.lang.String SINGLE_RECURSE_STAR
- Constant Field Value:
"*"
- See Also:
- Constant Field Values
PATTERN_MATCHING_CHARACTERS
public static final char[] PATTERN_MATCHING_CHARACTERS
CatalogConstants
public CatalogConstants()
© 2015 Microsoft. All rights reserved.