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

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

Uses of VersionRequest in org.sonatype.aether
 

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

Uses of VersionRequest in org.sonatype.aether.impl
 

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

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

Methods in org.sonatype.aether.impl.internal with parameters of type VersionRequest
 VersionResult DefaultRepositorySystem.resolveVersion(RepositorySystemSession session, VersionRequest request)
           
 

Uses of VersionRequest in org.sonatype.aether.resolution
 

Methods in org.sonatype.aether.resolution that return VersionRequest
 VersionRequest VersionRequest.addRepository(RemoteRepository repository)
          Adds the specified repository for the resolution.
 VersionRequest VersionResult.getRequest()
          Gets the resolution request that was made.
 VersionRequest VersionRequest.setArtifact(Artifact artifact)
          Sets the artifact whose (meta-)version shall be resolved.
 VersionRequest VersionRequest.setRepositories(java.util.List<RemoteRepository> repositories)
          Sets the repositories to resolve the version from.
 VersionRequest VersionRequest.setRequestContext(java.lang.String context)
          Sets the context in which this request is made.
 VersionRequest VersionRequest.setTrace(RequestTrace trace)
          Sets the trace information that describes the higher level request/operation in which this request is issued.
 

Constructors in org.sonatype.aether.resolution with parameters of type VersionRequest
VersionResult(VersionRequest request)
          Creates a new result for the specified request.
 



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