Uses of Class
org.eclipse.aether.repository.LocalArtifactRegistration
Packages that use LocalArtifactRegistration
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 LocalArtifactRegistration in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util with parameters of type LocalArtifactRegistrationModifier and TypeMethodDescriptionvoidTestLocalRepositoryManager.add(RepositorySystemSession session, LocalArtifactRegistration request) -
Uses of LocalArtifactRegistration in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return LocalArtifactRegistrationModifier and TypeMethodDescriptionLocalArtifactRegistration.setArtifact(Artifact artifact) Sets the artifact to register.LocalArtifactRegistration.setContexts(Collection<String> contexts) Sets the resolution contexts in which the artifact is available.LocalArtifactRegistration.setRepository(RemoteRepository repository) Sets the remote repository from which the artifact was resolved.Methods in org.eclipse.aether.repository with parameters of type LocalArtifactRegistrationModifier and TypeMethodDescriptionvoidLocalRepositoryManager.add(RepositorySystemSession session, LocalArtifactRegistration request) Registers an installed or resolved artifact with the local repository. -
Uses of LocalArtifactRegistration in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository with parameters of type LocalArtifactRegistrationModifier and TypeMethodDescriptionvoidChainedLocalRepositoryManager.add(RepositorySystemSession session, LocalArtifactRegistration request)