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

Packages that use VersionConstraint
org.sonatype.aether.graph   
org.sonatype.aether.resolution   
org.sonatype.aether.test.util.impl   
org.sonatype.aether.util.graph   
org.sonatype.aether.util.version   
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.test.util.impl
 

Methods in org.sonatype.aether.test.util.impl that return VersionConstraint
 VersionConstraint TestDependencyNode.getVersionConstraint()
           
 VersionConstraint TestVersionScheme.parseVersionConstraint(java.lang.String constraint)
           
 

Methods in org.sonatype.aether.test.util.impl with parameters of type VersionConstraint
 void TestDependencyNode.setVersionConstraint(VersionConstraint versionConstraint)
           
 

Uses of VersionConstraint in org.sonatype.aether.util.graph
 

Methods in org.sonatype.aether.util.graph that return VersionConstraint
 VersionConstraint DefaultDependencyNode.getVersionConstraint()
           
 

Methods in org.sonatype.aether.util.graph with parameters of type VersionConstraint
 void DefaultDependencyNode.setVersionConstraint(VersionConstraint versionConstraint)
           
 

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

Methods in org.sonatype.aether.util.version that return VersionConstraint
 VersionConstraint GenericVersionScheme.parseVersionConstraint(java.lang.String constraint)
           
 

Uses of VersionConstraint in org.sonatype.aether.version
 

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



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