com.microsoft.tfs.core.clients.framework.catalog
Class CatalogTree
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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.
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.