|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerURIProvider
An ServerURIProvider
is used by a TFSTeamProjectCollection
to
lazily create a TF server URI
. An ServerURIProvider
is
supplied to a TFSTeamProjectCollection
by a ConnectionAdvisor
.
TFSTeamProjectCollection
allows only a single thread to use a
ServerURIProvider
, and TFSTeamProjectCollection
does not
retain any reference to a ServerURIProvider
after it is finished
using it.
For a default implementation, see DefaultServerURIProvider
.
TFSTeamProjectCollection
,
ConnectionAdvisor
,
DefaultServerURIProvider
Method Summary | |
---|---|
java.net.URI |
getServerURI()
Called to obtain the server URI . |
Method Detail |
---|
java.net.URI getServerURI() throws java.net.URISyntaxException, IllegalConfigurationException
URI
.
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 |