Uses of Interface
com.microsoft.tfs.core.config.serveruri.ServerURIProvider

Packages that use ServerURIProvider
com.microsoft.tfs.core.config   
com.microsoft.tfs.core.config.serveruri   
 

Uses of ServerURIProvider in com.microsoft.tfs.core.config
 

Methods in com.microsoft.tfs.core.config that return ServerURIProvider
 ServerURIProvider DefaultConnectionAdvisor.getServerURIProvider(ConnectionInstanceData instanceData)
           
 ServerURIProvider ConnectionAdvisor.getServerURIProvider(ConnectionInstanceData instanceData)
          Called by the TFSConnection the first time that the TFSConnection's server URI is requested.
 

Uses of ServerURIProvider in com.microsoft.tfs.core.config.serveruri
 

Classes in com.microsoft.tfs.core.config.serveruri that implement ServerURIProvider
 class DefaultServerURIProvider
           A default implementation of the ServerURIProvider interface that uses a ConnectionInstanceData to determine the server URI.
 



© 2015 Microsoft. All rights reserved.