Uses of Class
org.sonatype.aether.version.InvalidVersionSpecificationException

Packages that use InvalidVersionSpecificationException
org.sonatype.aether.version   
 

Uses of InvalidVersionSpecificationException in org.sonatype.aether.version
 

Methods in org.sonatype.aether.version that throw InvalidVersionSpecificationException
 Version VersionScheme.parseVersion(String version)
          Parses the specified version string, for example "1.0".
 VersionConstraint VersionScheme.parseVersionConstraint(String constraint)
          Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)".
 VersionRange VersionScheme.parseVersionRange(String range)
          Parses the specified version range specification, for example "[1.0,2.0)".
 



Copyright © 2010 Sonatype, Inc.. All Rights Reserved.