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

Packages that use WorkingFolderComparatorType
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
 

Uses of WorkingFolderComparatorType in com.microsoft.tfs.core.clients.versioncontrol.soapextensions
 

Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions declared as WorkingFolderComparatorType
static WorkingFolderComparatorType WorkingFolderComparatorType.LOCAL_PATH
          Compares working folders by local path, in the normal way.
static WorkingFolderComparatorType WorkingFolderComparatorType.SERVER_PATH
          Compares working folders by server path, in the normal way ("$/ABC" sorts before "$/DEF").
static WorkingFolderComparatorType WorkingFolderComparatorType.SERVER_PATH_REVERSE
          Compares working folders by server path, in reverse ("$/DEF" sorts before "$/ABC").
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type WorkingFolderComparatorType
WorkingFolderComparator(WorkingFolderComparatorType sortType)
          Creates a WorkingFolderComparator that compares using the specified strategy.
 



© 2015 Microsoft. All rights reserved.