|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.workitem.queryhierarchy.QueryFolderUtil
public final class QueryFolderUtil
Utility methods for dealing with QueryFolder
s.
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 |
---|
public static final java.lang.String PATH_HIERARCHY_SEPARATOR
"\\"
Method Detail |
---|
public static java.lang.String getHierarchicalPath(QueryFolder folder)
QueryFolder
suitable for display to a user. Each path component is displayed,
separated by a "\".
folder
- The QueryFolder
to get a hierarchical path to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |