Uses of Class
org.sonatype.aether.repository.LocalArtifactRequest

Packages that use LocalArtifactRequest
org.sonatype.aether.impl.internal   
org.sonatype.aether.repository   
org.sonatype.aether.test.impl   
 

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

Methods in org.sonatype.aether.impl.internal with parameters of type LocalArtifactRequest
 LocalArtifactResult EnhancedLocalRepositoryManager.find(RepositorySystemSession session, LocalArtifactRequest request)
           
 LocalArtifactResult SimpleLocalRepositoryManager.find(RepositorySystemSession session, LocalArtifactRequest request)
           
 

Uses of LocalArtifactRequest in org.sonatype.aether.repository
 

Methods in org.sonatype.aether.repository that return LocalArtifactRequest
 LocalArtifactRequest LocalArtifactResult.getRequest()
          Gets the request corresponding to this result.
 LocalArtifactRequest LocalArtifactRequest.setArtifact(Artifact artifact)
          Sets the artifact to query for.
 LocalArtifactRequest LocalArtifactRequest.setContext(java.lang.String context)
          Sets the resolution context.
 LocalArtifactRequest LocalArtifactRequest.setRepositories(java.util.List<RemoteRepository> repositories)
          Sets the remote repositories to consider as sources of the artifact.
 

Methods in org.sonatype.aether.repository with parameters of type LocalArtifactRequest
 LocalArtifactResult LocalRepositoryManager.find(RepositorySystemSession session, LocalArtifactRequest request)
          Queries for the existence of an artifact in the local repository.
 

Constructors in org.sonatype.aether.repository with parameters of type LocalArtifactRequest
LocalArtifactResult(LocalArtifactRequest request)
          Creates a new result for the specified request.
 

Uses of LocalArtifactRequest in org.sonatype.aether.test.impl
 

Methods in org.sonatype.aether.test.impl with parameters of type LocalArtifactRequest
 LocalArtifactResult TestLocalRepositoryManager.find(RepositorySystemSession session, LocalArtifactRequest request)
           
 



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