Uses of Class
org.eclipse.aether.repository.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
Modifier and TypeMethodDescriptionvoid
TestLocalRepositoryManager.add
(RepositorySystemSession session, LocalArtifactRegistration request) -
Uses of LocalArtifactRegistration in org.eclipse.aether.repository
Modifier 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.Modifier and TypeMethodDescriptionvoid
LocalRepositoryManager.add
(RepositorySystemSession session, LocalArtifactRegistration request) Registers an installed or resolved artifact with the local repository. -
Uses of LocalArtifactRegistration in org.eclipse.aether.util.repository
Modifier and TypeMethodDescriptionvoid
ChainedLocalRepositoryManager.add
(RepositorySystemSession session, LocalArtifactRegistration request)