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

Packages that use LocalMetadataRequest
org.sonatype.aether.repository   
 

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.
 



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