com.microsoft.tfs.core.clients.workitem.queryhierarchy
Class QueryFolderUtil

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.queryhierarchy.QueryFolderUtil

public final class QueryFolderUtil
extends java.lang.Object

Utility methods for dealing with QueryFolders.

Since:
TEE-SDK-10.1
Thread-safety:
thread-safe

Field Summary
static java.lang.String PATH_HIERARCHY_SEPARATOR
           
 
Method Summary
static java.lang.String getHierarchicalPath(QueryFolder folder)
          Gets a string representation of the full path of this QueryFolder suitable for display to a user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH_HIERARCHY_SEPARATOR

public static final java.lang.String PATH_HIERARCHY_SEPARATOR
Constant Field Value:
"\\"
See Also:
Constant Field Values
Method Detail

getHierarchicalPath

public static java.lang.String getHierarchicalPath(QueryFolder folder)
Gets a string representation of the full path of this QueryFolder suitable for display to a user. Each path component is displayed, separated by a "\".

Parameters:
folder - The QueryFolder to get a hierarchical path to
Returns:
The full hierarchical path to this folder


© 2015 Microsoft. All rights reserved.