|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.framework.location.LocationService
com.microsoft.tfs.core.FrameworkServerDataProvider
public class FrameworkServerDataProvider
Gets server configuration information from Team Foundation Servers which support the TFS 2010 framework services.
LocationService
does most of the work for us.
Constructor Summary | |
---|---|
FrameworkServerDataProvider(TFSConnection connection)
Constructs a FrameworkServerDataProvider using a
TFSConnection , which can be either a
TFSTeamProjectCollection or TFSConfigurationServer . |
Method Summary | |
---|---|
boolean |
hasLocalCacheDataForConnection()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrameworkServerDataProvider(TFSConnection connection)
FrameworkServerDataProvider
using a
TFSConnection
, which can be either a
TFSTeamProjectCollection
or TFSConfigurationServer
.
connection
- a TFSConnection
configured to point to the correct server
(must not be null
)Method Detail |
---|
public boolean hasLocalCacheDataForConnection()
true
if location service data for this connection
can be loaded from disk successfully, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |