|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.config.serveruri.DefaultServerURIProvider
public class DefaultServerURIProvider
A default implementation of the ServerURIProvider
interface that uses
a ConnectionInstanceData
to determine the server URI.
ServerURIProvider
,
ConnectionInstanceData
Constructor Summary | |
---|---|
DefaultServerURIProvider(ConnectionInstanceData connectionInstanceData)
|
Method Summary | |
---|---|
java.net.URI |
getServerURI()
Called to obtain the server URI . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultServerURIProvider(ConnectionInstanceData connectionInstanceData)
Method Detail |
---|
public java.net.URI getServerURI() throws java.net.URISyntaxException, IllegalConfigurationException
ServerURIProvider
URI
.
getServerURI
in interface ServerURIProvider
URI
to use (must not be null
)
java.net.URISyntaxException
IllegalConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |