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

Packages that use LocalArtifactRequest
org.sonatype.aether.repository   
 

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(String context)
          Sets the resolution context.
 LocalArtifactRequest LocalArtifactRequest.setRepositories(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.
 



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