Uses of Class
org.eclipse.aether.repository.LocalMetadataRegistration
-
Packages that use LocalMetadataRegistration Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts. -
-
Uses of LocalMetadataRegistration in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type LocalMetadataRegistration Modifier and Type Method Description voidSimpleLocalRepositoryManager. add(RepositorySystemSession session, LocalMetadataRegistration request) -
Uses of LocalMetadataRegistration in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util with parameters of type LocalMetadataRegistration Modifier and Type Method Description voidTestLocalRepositoryManager. add(RepositorySystemSession session, LocalMetadataRegistration request) -
Uses of LocalMetadataRegistration in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return LocalMetadataRegistration Modifier and Type Method Description LocalMetadataRegistrationLocalMetadataRegistration. setContexts(java.util.Collection<java.lang.String> contexts)Sets the resolution contexts in which the metadata is available.LocalMetadataRegistrationLocalMetadataRegistration. setMetadata(Metadata metadata)Sets the metadata to register.LocalMetadataRegistrationLocalMetadataRegistration. setRepository(RemoteRepository repository)Sets the remote repository from which the metadata was resolved.Methods in org.eclipse.aether.repository with parameters of type LocalMetadataRegistration Modifier and Type Method Description voidLocalRepositoryManager. add(RepositorySystemSession session, LocalMetadataRegistration request)Registers installed or resolved metadata with the local repository.
-