com.microsoft.tfs.core.clients.framework.catalog
Class CatalogConstants

java.lang.Object
  extended by 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

Field Summary
static java.lang.String FULL_RECURSE_DOTS
           
static java.lang.String FULL_RECURSE_STARS
           
static int MANDATORY_NODE_PATH_LENGTH
           
static int MAXIMUM_PATH_LENGTH
           
static char[] PATTERN_MATCHING_CHARACTERS
           
static java.lang.String SINGLE_RECURSE_STAR
           
 
Constructor Summary
CatalogConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CatalogConstants

public CatalogConstants()


© 2015 Microsoft. All rights reserved.