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(String range)
           
 

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

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

Uses of VersionRange in org.sonatype.aether.version
 

Methods in org.sonatype.aether.version that return VersionRange
 VersionRange VersionScheme.parseVersionRange(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
 Collection<VersionRange> VersionConstraint.getRanges()
          Gets the version ranges of this constraint.
 



Copyright © 2010-2013. All Rights Reserved.