com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class LocalVersion
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.LocalVersion
public final class LocalVersion
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Contains the local version information of an item in a users workspace.
- Since:
- TEE-SDK-11.0
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
LocalVersion(ms.tfs.versioncontrol.clientservices._03._LocalVersion version)
|
LocalVersion(java.lang.String localItem,
int version)
|
Method Summary |
java.lang.String |
getItem()
|
int |
getVersion()
|
ms.tfs.versioncontrol.clientservices._03._LocalVersion |
getWebServiceObject()
Gets the web service object this class wraps. |
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LocalVersion
public LocalVersion(ms.tfs.versioncontrol.clientservices._03._LocalVersion version)
LocalVersion
public LocalVersion(java.lang.String localItem,
int version)
getWebServiceObject
public ms.tfs.versioncontrol.clientservices._03._LocalVersion getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getItem
public java.lang.String getItem()
- Returns:
- the local path of the item
getVersion
public int getVersion()
- Returns:
- the version which the user has locally.
© 2015 Microsoft. All rights reserved.