|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.workitem.ServerInfo
public final class ServerInfo
This class exposes information about the server.
Constructor Summary | |
---|---|
ServerInfo(WorkItemServerVersion version)
|
Method Summary | |
---|---|
boolean |
isSupported(java.lang.String feature)
Tests whether the server supports the specified feature. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerInfo(WorkItemServerVersion version)
Method Detail |
---|
public boolean isSupported(java.lang.String feature)
feature
- the feature to test (must not be null
)
true
if the server supports the specified feature,
false
if it does notSupportedFeatures
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |