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

java.lang.Object
  extended by com.microsoft.tfs.core.util.serverlist.ServerListEntry
      extended by com.microsoft.tfs.core.util.serverlist.ServerListConfigurationEntry
All Implemented Interfaces:
java.lang.Comparable<ServerListConfigurationEntry>

public class ServerListConfigurationEntry
extends ServerListEntry
implements java.lang.Comparable<ServerListConfigurationEntry>

Thread-safety:
unknown

Constructor Summary
ServerListConfigurationEntry(java.lang.String name, ServerListEntryType type, java.net.URI uri)
           
 
Method Summary
 int compareTo(ServerListConfigurationEntry other)
           
 boolean equals(java.lang.Object o)
           
 java.util.Set<ServerListCollectionEntry> getCollections()
           
 int hashCode()
           
 
Methods inherited from class com.microsoft.tfs.core.util.serverlist.ServerListEntry
compareTo, getName, getType, getURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerListConfigurationEntry

public ServerListConfigurationEntry(java.lang.String name,
                                    ServerListEntryType type,
                                    java.net.URI uri)
Method Detail

getCollections

public java.util.Set<ServerListCollectionEntry> getCollections()

compareTo

public int compareTo(ServerListConfigurationEntry other)
Specified by:
compareTo in interface java.lang.Comparable<ServerListConfigurationEntry>

hashCode

public int hashCode()
Overrides:
hashCode in class ServerListEntry

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class ServerListEntry


© 2015 Microsoft. All rights reserved.