Uses of Class
org.eclipse.aether.repository.LocalMetadataRegistration
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 LocalMetadataRegistration in org.eclipse.aether.internal.test.util
Modifier and TypeMethodDescriptionvoid
TestLocalRepositoryManager.add
(RepositorySystemSession session, LocalMetadataRegistration request) -
Uses of LocalMetadataRegistration in org.eclipse.aether.repository
Modifier and TypeMethodDescriptionLocalMetadataRegistration.setContexts
(Collection<String> contexts) Sets the resolution contexts in which the metadata is available.LocalMetadataRegistration.setMetadata
(Metadata metadata) Sets the metadata to register.LocalMetadataRegistration.setRepository
(RemoteRepository repository) Sets the remote repository from which the metadata was resolved.Modifier and TypeMethodDescriptionvoid
LocalRepositoryManager.add
(RepositorySystemSession session, LocalMetadataRegistration request) Registers installed or resolved metadata with the local repository. -
Uses of LocalMetadataRegistration in org.eclipse.aether.util.repository
Modifier and TypeMethodDescriptionvoid
ChainedLocalRepositoryManager.add
(RepositorySystemSession session, LocalMetadataRegistration request)