Uses of Interface
org.sonatype.aether.version.VersionRange

Packages that use VersionRange
org.sonatype.aether.test.util.impl   
org.sonatype.aether.util.version   
org.sonatype.aether.version   
 

Uses of VersionRange in org.sonatype.aether.test.util.impl
 

Methods in org.sonatype.aether.test.util.impl that return VersionRange
 VersionRange TestVersionScheme.parseVersionRange(java.lang.String range)
           
 

Uses of VersionRange in org.sonatype.aether.util.version
 

Methods in org.sonatype.aether.util.version that return VersionRange
 VersionRange GenericVersionScheme.parseVersionRange(java.lang.String range)
           
 

Uses of VersionRange in org.sonatype.aether.version
 

Methods in org.sonatype.aether.version that return VersionRange
 VersionRange VersionScheme.parseVersionRange(java.lang.String range)
          Parses the specified version range specification, for example "[1.0,2.0)".
 

Methods in org.sonatype.aether.version that return types with arguments of type VersionRange
 java.util.Collection<VersionRange> VersionConstraint.getRanges()
          Gets the version ranges of this constraint.
 



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