|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.WorkingFolderComparatorType
public class WorkingFolderComparatorType
An enumeration of types of working folder comparisons available in
WorkingFolderComparator
.
Field Summary | |
---|---|
static WorkingFolderComparatorType |
LOCAL_PATH
Compares working folders by local path, in the normal way. |
static WorkingFolderComparatorType |
SERVER_PATH
Compares working folders by server path, in the normal way ("$/ABC" sorts before "$/DEF"). |
static WorkingFolderComparatorType |
SERVER_PATH_REVERSE
Compares working folders by server path, in reverse ("$/DEF" sorts before "$/ABC"). |
Method Summary |
---|
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum |
---|
compareTo, equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final WorkingFolderComparatorType SERVER_PATH
public static final WorkingFolderComparatorType SERVER_PATH_REVERSE
public static final WorkingFolderComparatorType LOCAL_PATH
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |