Uses of Class
org.sonatype.aether.resolution.VersionResult

Packages that use VersionResult
org.sonatype.aether   
org.sonatype.aether.impl   
org.sonatype.aether.impl.internal   
org.sonatype.aether.resolution   
 

Uses of VersionResult in org.sonatype.aether
 

Methods in org.sonatype.aether that return VersionResult
 VersionResult RepositorySystem.resolveVersion(RepositorySystemSession session, VersionRequest request)
          Resolves an artifact's meta version (if any) to a concrete version.
 

Uses of VersionResult in org.sonatype.aether.impl
 

Methods in org.sonatype.aether.impl that return VersionResult
 VersionResult VersionResolver.resolveVersion(RepositorySystemSession session, VersionRequest request)
          Resolves an artifact's meta version (if any) to a concrete version.
 

Uses of VersionResult in org.sonatype.aether.impl.internal
 

Methods in org.sonatype.aether.impl.internal that return VersionResult
 VersionResult DefaultRepositorySystem.resolveVersion(RepositorySystemSession session, VersionRequest request)
           
 

Uses of VersionResult in org.sonatype.aether.resolution
 

Methods in org.sonatype.aether.resolution that return VersionResult
 VersionResult VersionResult.addException(Exception exception)
          Records the specified exception while resolving the version.
 VersionResult VersionResolutionException.getResult()
           
 VersionResult VersionResult.setRepository(ArtifactRepository repository)
          Sets the repository from which the version was resolved.
 VersionResult VersionResult.setVersion(String version)
          Sets the resolved version.
 

Constructors in org.sonatype.aether.resolution with parameters of type VersionResult
VersionResolutionException(VersionResult result)
           
 



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