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

Packages that use WorkspaceSpecParseException
com.microsoft.tfs.core.clients.versioncontrol.specs   
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.specs that throw WorkspaceSpecParseException
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.
 



© 2015 Microsoft. All rights reserved.