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.
- Thread-safety:
- thread-safe
- Since:
- TEE-SDK-10.1
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
- See Also:
- Constant Field Values
- Constant Field Value:
24
MAXIMUM_PATH_LENGTH
public static final int MAXIMUM_PATH_LENGTH
- See Also:
- Constant Field Values
- Constant Field Value:
888
FULL_RECURSE_STARS
public static final java.lang.String FULL_RECURSE_STARS
- See Also:
- Constant Field Values
- Constant Field Value:
"**"
FULL_RECURSE_DOTS
public static final java.lang.String FULL_RECURSE_DOTS
- See Also:
- Constant Field Values
- Constant Field Value:
"..."
SINGLE_RECURSE_STAR
public static final java.lang.String SINGLE_RECURSE_STAR
- See Also:
- Constant Field Values
- Constant Field Value:
"*"
PATTERN_MATCHING_CHARACTERS
public static final char[] PATTERN_MATCHING_CHARACTERS
CatalogConstants
public CatalogConstants()
© 2012 Microsoft. All rights reserved.