com.microsoft.tfs.core.util.serverlist
Class ServerListEntry
java.lang.Object
com.microsoft.tfs.core.util.serverlist.ServerListEntry
- Direct Known Subclasses:
- ServerListCollectionEntry, ServerListConfigurationEntry
public abstract class ServerListEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ServerListEntry
public ServerListEntry(java.lang.String name,
ServerListEntryType type,
java.net.URI uri)
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.