com.microsoft.tfs.core.clients.build
Interface IWorkspaceMapping


public interface IWorkspaceMapping


Method Summary
 WorkspaceMappingDepth getDepth()
          Gets or sets the depth of the mapping.
 java.lang.String getLocalItem()
          The local item of the mapping.
 WorkspaceMappingType getMappingType()
          The type of the mapping - Map or Cloak.
 java.lang.String getServerItem()
          The server item of the mapping.
 void setDepth(WorkspaceMappingDepth value)
           
 void setLocalItem(java.lang.String value)
           
 void setMappingType(WorkspaceMappingType value)
           
 void setServerItem(java.lang.String value)
           
 

Method Detail

getMappingType

WorkspaceMappingType getMappingType()
The type of the mapping - Map or Cloak.

Returns:

setMappingType

void setMappingType(WorkspaceMappingType value)

getLocalItem

java.lang.String getLocalItem()
The local item of the mapping.

Returns:

setLocalItem

void setLocalItem(java.lang.String value)

getServerItem

java.lang.String getServerItem()
The server item of the mapping.

Returns:

setServerItem

void setServerItem(java.lang.String value)

getDepth

WorkspaceMappingDepth getDepth()
Gets or sets the depth of the mapping.

Returns:

setDepth

void setDepth(WorkspaceMappingDepth value)


© 2015 Microsoft. All rights reserved.