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

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

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.specs that throw LabelSpecParseException
static VersionedFileSpec VersionedFileSpec.parse(java.lang.String spec, java.lang.String user, boolean allowVersionRange)
          Parses the given information into this AVersionedFileSpec object.
static LabelSpec LabelSpec.parse(java.lang.String specString, java.lang.String defaultScope, boolean permitWildcardsInLabel)
          Parses the values from the given spec string, using the given default scope if none can be parsed.
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.specs.version that throw LabelSpecParseException
static VersionSpec[] VersionSpec.parseMultipleVersionsFromSpec(java.lang.String versionSpecs, java.lang.String user, boolean allowVersionRange)
          Parses multiple AVersionSpec instances out of a string containing a version range separator.
static VersionSpec VersionSpec.parseSingleVersionFromSpec(java.lang.String spec, java.lang.String user)
          Parses a single version spec string (no ranges allowed) and returns an AVersionSpec object that represents that spec.
 



© 2015 Microsoft. All rights reserved.