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

java.lang.Object
  extended by com.microsoft.tfs.core.util.serverlist.ServerListEntry
Direct Known Subclasses:
ServerListCollectionEntry, ServerListConfigurationEntry

public abstract class ServerListEntry
extends java.lang.Object


Constructor Summary
ServerListEntry(java.lang.String name, ServerListEntryType type, java.net.URI uri)
           
 
Method Summary
 int compareTo(ServerListEntry other)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 ServerListEntryType getType()
           
 java.net.URI getURI()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerListEntry

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

getName

public java.lang.String getName()

getType

public ServerListEntryType getType()

getURI

public java.net.URI getURI()

compareTo

public int compareTo(ServerListEntry other)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

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


© 2015 Microsoft. All rights reserved.