Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.specs.version.VersionSpecParseException

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

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.specs that throw VersionSpecParseException
static VersionedFileSpec VersionedFileSpec.parse(java.lang.String spec, java.lang.String user, boolean allowVersionRange)
          Parses the given information into this AVersionedFileSpec object.
 

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

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