Uses of Class
org.eclipse.aether.repository.LocalMetadataRequest
Packages that use LocalMetadataRequest
Package
Description
Utility classes to ease unit testing.
The definition of various kinds of repositories that host artifacts.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of LocalMetadataRequest in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util with parameters of type LocalMetadataRequestModifier and TypeMethodDescriptionTestLocalRepositoryManager.find
(RepositorySystemSession session, LocalMetadataRequest request) -
Uses of LocalMetadataRequest in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return LocalMetadataRequestModifier and TypeMethodDescriptionLocalMetadataResult.getRequest()
Gets the request corresponding to this result.LocalMetadataRequest.setContext
(String context) Sets the resolution context.LocalMetadataRequest.setMetadata
(Metadata metadata) Sets the metadata to query for.LocalMetadataRequest.setRepository
(RemoteRepository repository) Sets the remote repository to use as sources of the metadata.Methods in org.eclipse.aether.repository with parameters of type LocalMetadataRequestModifier and TypeMethodDescriptionLocalRepositoryManager.find
(RepositorySystemSession session, LocalMetadataRequest request) Queries for the existence of metadata in the local repository.Constructors in org.eclipse.aether.repository with parameters of type LocalMetadataRequestModifierConstructorDescriptionLocalMetadataResult
(LocalMetadataRequest request) Creates a new result for the specified request. -
Uses of LocalMetadataRequest in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository with parameters of type LocalMetadataRequestModifier and TypeMethodDescriptionChainedLocalRepositoryManager.find
(RepositorySystemSession session, LocalMetadataRequest request)