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

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

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

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

Uses of LocalMetadataRequest in org.sonatype.aether.repository
 

Methods in org.sonatype.aether.repository that return LocalMetadataRequest
 LocalMetadataRequest LocalMetadataResult.getRequest()
          Gets the request corresponding to this result.
 LocalMetadataRequest LocalMetadataRequest.setContext(String context)
          Sets the resolution context.
 LocalMetadataRequest LocalMetadataRequest.setMetadata(Metadata metadata)
          Sets the metadata to query for.
 LocalMetadataRequest LocalMetadataRequest.setRepository(RemoteRepository repository)
          Sets the remote repository to use as sources of the metadata.
 

Methods in org.sonatype.aether.repository with parameters of type LocalMetadataRequest
 LocalMetadataResult LocalRepositoryManager.find(RepositorySystemSession session, LocalMetadataRequest request)
          Queries for the existence of metadata in the local repository.
 

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

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

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



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