Uses of Class
com.microsoft.tfs.core.clients.framework.catalog.CatalogTree

Packages that use CatalogTree
com.microsoft.tfs.core.clients.framework.catalog   
 

Uses of CatalogTree in com.microsoft.tfs.core.clients.framework.catalog
 

Fields in com.microsoft.tfs.core.clients.framework.catalog declared as CatalogTree
static CatalogTree CatalogTree.INFRASTRUCTURE
          Infrastructure Nodes in the Catalog - not currently used.
static CatalogTree CatalogTree.ORGANIZATIONAL
          Organizational Nodes in the Catalog.
 

Methods in com.microsoft.tfs.core.clients.framework.catalog that return CatalogTree
static CatalogTree CatalogRoots.determineTree(java.lang.String path)
          Determines which tree the current node is in.
 

Methods in com.microsoft.tfs.core.clients.framework.catalog with parameters of type CatalogTree
static java.lang.String CatalogRoots.determinePath(CatalogTree tree)
          Determines the path for the specified tree.
 CatalogNode ICatalogService.queryRootNode(CatalogTree tree)
          Returns the specified root node.
 CatalogNode CatalogService.queryRootNode(CatalogTree tree)
          Returns the specified root node.
 



© 2015 Microsoft. All rights reserved.