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.

Thread-safety:
thread-safe
Since:
TEE-SDK-10.1

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

CatalogConstants

public CatalogConstants()


© 2012 Microsoft. All rights reserved.