Uses of Class
org.eclipse.aether.repository.LocalMetadataRegistration
Package
Description
The definition of various kinds of repositories that host artifacts.
-
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.