Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.specs.WorkspaceSpec

Packages that use WorkspaceSpec
com.microsoft.tfs.core.clients.versioncontrol.specs   
com.microsoft.tfs.core.clients.versioncontrol.specs.version   
 

Uses of WorkspaceSpec in com.microsoft.tfs.core.clients.versioncontrol.specs
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.specs that return WorkspaceSpec
static WorkspaceSpec WorkspaceSpec.parse(java.lang.String specString, java.lang.String fallbackOwner)
          Parse the values from the given spec string into this instance, using the given fallback owner if the owner isn't part of the combined spec.
static WorkspaceSpec WorkspaceSpec.parse(java.lang.String specString, java.lang.String fallbackOwner, boolean permitWildcards)
          Parse the values from the given spec string into this instance, using the given fallback owner if the owner isn't part of the combined spec.
 

Uses of WorkspaceSpec in com.microsoft.tfs.core.clients.versioncontrol.specs.version
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.specs.version with parameters of type WorkspaceSpec
WorkspaceVersionSpec(WorkspaceSpec spec)
           
 



© 2015 Microsoft. All rights reserved.