Uses of Class
org.eclipse.aether.repository.LocalArtifactRegistration
Packages that use LocalArtifactRegistration
Package
Description
The definition of various kinds of repositories that host artifacts.
-
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 TypeMethodDescriptionvoid
LocalRepositoryManager.add
(RepositorySystemSession session, LocalArtifactRegistration request) Registers an installed or resolved artifact with the local repository.