com.microsoft.tfs.core.util.serverlist
Class ServerList
java.lang.Object
com.microsoft.tfs.core.util.serverlist.ServerList
public class ServerList
- extends java.lang.Object
- Thread-safety:
- unknown
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerList
public ServerList()
add
public void add(ServerListConfigurationEntry server)
addAll
public void addAll(java.util.Collection<ServerListConfigurationEntry> servers)
remove
public void remove(ServerListConfigurationEntry server)
removeAll
public void removeAll(java.util.Collection<ServerListConfigurationEntry> servers)
contains
public boolean contains(java.net.URI uri)
contains
public boolean contains(ServerListConfigurationEntry server)
getServer
public ServerListConfigurationEntry getServer(java.net.URI uri)
getServers
public java.util.Set<ServerListConfigurationEntry> getServers()
© 2015 Microsoft. All rights reserved.