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

Packages that use VersionConstraint
org.sonatype.aether.graph   
org.sonatype.aether.resolution   
org.sonatype.aether.version   
 

Uses of VersionConstraint in org.sonatype.aether.graph
 

Methods in org.sonatype.aether.graph that return VersionConstraint
 VersionConstraint DependencyNode.getVersionConstraint()
          Gets the version constraint that was parsed from the dependency's version declaration.
 

Uses of VersionConstraint in org.sonatype.aether.resolution
 

Methods in org.sonatype.aether.resolution that return VersionConstraint
 VersionConstraint VersionRangeResult.getVersionConstraint()
          Gets the version constraint that was parsed from the artifact's version string.
 

Methods in org.sonatype.aether.resolution with parameters of type VersionConstraint
 VersionRangeResult VersionRangeResult.setVersionConstraint(VersionConstraint versionConstraint)
          Sets the version constraint that was parsed from the artifact's version string.
 

Uses of VersionConstraint in org.sonatype.aether.version
 

Methods in org.sonatype.aether.version that return VersionConstraint
 VersionConstraint VersionScheme.parseVersionConstraint(String constraint)
          Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)".
 



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