Uses of Class
com.microsoft.tfs.core.util.serverlist.ServerList

Packages that use ServerList
com.microsoft.tfs.core.util.serverlist   
com.microsoft.tfs.core.util.serverlist.internal   
 

Uses of ServerList in com.microsoft.tfs.core.util.serverlist
 

Methods in com.microsoft.tfs.core.util.serverlist that return ServerList
 ServerList ServerListManager.getServerList()
          Provides the list of known servers.
 

Methods in com.microsoft.tfs.core.util.serverlist with parameters of type ServerList
 boolean ServerListManager.setServerList(ServerList serverList)
          Sets the list of known server URIs.
 

Uses of ServerList in com.microsoft.tfs.core.util.serverlist.internal
 

Methods in com.microsoft.tfs.core.util.serverlist.internal that return ServerList
 ServerList PersistenceStoreServerListManager.getServerList()
          Provides the list of known servers.
 ServerList WindowsRegistryServerListManager.getServerList()
           
 

Methods in com.microsoft.tfs.core.util.serverlist.internal with parameters of type ServerList
 boolean PersistenceStoreServerListManager.setServerList(ServerList serverList)
          Sets the list of known server URIs.
 boolean WindowsRegistryServerListManager.setServerList(ServerList serverList)
           
 



© 2014 Microsoft. All rights reserved.