Uses of Class
org.eclipse.aether.repository.LocalMetadataRegistration
Packages that use 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
Methods in org.eclipse.aether.internal.test.util with parameters of type LocalMetadataRegistrationModifier and TypeMethodDescriptionvoidTestLocalRepositoryManager.add(RepositorySystemSession session, LocalMetadataRegistration request) -
Uses of LocalMetadataRegistration in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return LocalMetadataRegistrationModifier 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.Methods in org.eclipse.aether.repository with parameters of type LocalMetadataRegistrationModifier and TypeMethodDescriptionvoidLocalRepositoryManager.add(RepositorySystemSession session, LocalMetadataRegistration request) Registers installed or resolved metadata with the local repository. -
Uses of LocalMetadataRegistration in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository with parameters of type LocalMetadataRegistrationModifier and TypeMethodDescriptionvoidChainedLocalRepositoryManager.add(RepositorySystemSession session, LocalMetadataRegistration request)