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

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.catalog.CatalogRoots

public class CatalogRoots
extends java.lang.Object

A convenience class providing static methods and constants for use when dealing with nodes from a TFS catalog hierarchy.

Since:
TEE-SDK-10.1

Field Summary
static java.lang.String INFRASTRUCTURE_PATH
           
static java.lang.String ORGANIZATIONAL_PATH
           
 
Constructor Summary
CatalogRoots()
           
 
Method Summary
static java.lang.String determinePath(CatalogTree tree)
          Determines the path for the specified tree.
static CatalogTree determineTree(java.lang.String path)
          Determines which tree the current node is in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORGANIZATIONAL_PATH

public static final java.lang.String ORGANIZATIONAL_PATH
Constant Field Value:
"3eYRYkJOok6GHrKam0AcAA=="
See Also:
Constant Field Values

INFRASTRUCTURE_PATH

public static final java.lang.String INFRASTRUCTURE_PATH
Constant Field Value:
"Vc1S6XwnTEe/isOiPfhmxw=="
See Also:
Constant Field Values
Constructor Detail

CatalogRoots

public CatalogRoots()
Method Detail

determineTree

public static CatalogTree determineTree(java.lang.String path)
Determines which tree the current node is in.

Parameters:
path - The path of the current node.
Returns:
The Catalog Tree that the node is in.

determinePath

public static java.lang.String determinePath(CatalogTree tree)
Determines the path for the specified tree.

Parameters:
tree - The tree.
Returns:
The path.


© 2015 Microsoft. All rights reserved.