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

java.lang.Object
  extended by com.microsoft.tfs.core.util.serverlist.ServerList

public class ServerList
extends java.lang.Object

Thread-safety:
unknown

Constructor Summary
ServerList()
           
 
Method Summary
 void add(ServerListConfigurationEntry server)
           
 void addAll(java.util.Collection<ServerListConfigurationEntry> servers)
           
 boolean contains(ServerListConfigurationEntry server)
           
 boolean contains(java.net.URI uri)
           
 ServerListConfigurationEntry getServer(java.net.URI uri)
           
 java.util.Set<ServerListConfigurationEntry> getServers()
           
 void remove(ServerListConfigurationEntry server)
           
 void removeAll(java.util.Collection<ServerListConfigurationEntry> servers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerList

public ServerList()
Method Detail

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.