com.microsoft.tfs.core.util.serverlist.internal
Class WindowsRegistryServerListManager

java.lang.Object
  extended by com.microsoft.tfs.core.util.serverlist.internal.WindowsRegistryServerListManager
All Implemented Interfaces:
ServerListManager

public class WindowsRegistryServerListManager
extends java.lang.Object
implements ServerListManager


Constructor Summary
WindowsRegistryServerListManager()
           
 
Method Summary
 ServerList getServerList()
          Provides the list of known servers.
 boolean setServerList(ServerList serverList)
          Sets the list of known server URIs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsRegistryServerListManager

public WindowsRegistryServerListManager()
Method Detail

getServerList

public ServerList getServerList()
Description copied from interface: ServerListManager
Provides the list of known servers.

Specified by:
getServerList in interface ServerListManager
Returns:
The list of servers (never null)

setServerList

public boolean setServerList(ServerList serverList)
Description copied from interface: ServerListManager
Sets the list of known server URIs.

Specified by:
setServerList in interface ServerListManager
Parameters:
serverList - The server list.


© 2015 Microsoft. All rights reserved.