com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class WorkingFolderComparatorType

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.WorkingFolderComparatorType
All Implemented Interfaces:
java.lang.Comparable

public class WorkingFolderComparatorType
extends com.microsoft.tfs.util.TypesafeEnum

An enumeration of types of working folder comparisons available in WorkingFolderComparator.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

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

SERVER_PATH

public static final WorkingFolderComparatorType SERVER_PATH
Compares working folders by server path, in the normal way ("$/ABC" sorts before "$/DEF").


SERVER_PATH_REVERSE

public static final WorkingFolderComparatorType SERVER_PATH_REVERSE
Compares working folders by server path, in reverse ("$/DEF" sorts before "$/ABC").


LOCAL_PATH

public static final WorkingFolderComparatorType LOCAL_PATH
Compares working folders by local path, in the normal way. Working folders with a null local path (a cloaked folder) will sort before those with a non-null local path.



© 2015 Microsoft. All rights reserved.