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

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

public class CatalogTree
extends java.lang.Object

Static class that holds all of the well-known roots of the catalog.

Since:
TEE-SDK-10.1
Thread-safety:
threadsafe

Field Summary
static CatalogTree INFRASTRUCTURE
          Infrastructure Nodes in the Catalog - not currently used.
static CatalogTree ORGANIZATIONAL
          Organizational Nodes in the Catalog.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 int toInt()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ORGANIZATIONAL

public static final CatalogTree ORGANIZATIONAL
Organizational Nodes in the Catalog.


INFRASTRUCTURE

public static final CatalogTree INFRASTRUCTURE
Infrastructure Nodes in the Catalog - not currently used.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toInt

public int toInt()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


© 2015 Microsoft. All rights reserved.