|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.framework.catalog.CatalogRoots
public class CatalogRoots
A convenience class providing static methods and constants for use when dealing with nodes from a TFS catalog hierarchy.
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 |
---|
public static final java.lang.String ORGANIZATIONAL_PATH
"3eYRYkJOok6GHrKam0AcAA=="
public static final java.lang.String INFRASTRUCTURE_PATH
"Vc1S6XwnTEe/isOiPfhmxw=="
Constructor Detail |
---|
public CatalogRoots()
Method Detail |
---|
public static CatalogTree determineTree(java.lang.String path)
path
- The path of the current node.
public static java.lang.String determinePath(CatalogTree tree)
tree
- The tree.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |