Uses of Class
org.eclipse.aether.repository.LocalArtifactRegistration
-
Packages that use LocalArtifactRegistration 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 LocalArtifactRegistration in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type LocalArtifactRegistration Modifier and Type Method Description voidEnhancedLocalRepositoryManager. add(RepositorySystemSession session, LocalArtifactRegistration request)voidSimpleLocalRepositoryManager. add(RepositorySystemSession session, LocalArtifactRegistration request) -
Uses of LocalArtifactRegistration in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util with parameters of type LocalArtifactRegistration Modifier and Type Method Description voidTestLocalRepositoryManager. add(RepositorySystemSession session, LocalArtifactRegistration request) -
Uses of LocalArtifactRegistration in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return LocalArtifactRegistration Modifier and Type Method Description LocalArtifactRegistrationLocalArtifactRegistration. setArtifact(Artifact artifact)Sets the artifact to register.LocalArtifactRegistrationLocalArtifactRegistration. setContexts(java.util.Collection<java.lang.String> contexts)Sets the resolution contexts in which the artifact is available.LocalArtifactRegistrationLocalArtifactRegistration. setRepository(RemoteRepository repository)Sets the remote repository from which the artifact was resolved.Methods in org.eclipse.aether.repository with parameters of type LocalArtifactRegistration Modifier and Type Method Description voidLocalRepositoryManager. add(RepositorySystemSession session, LocalArtifactRegistration request)Registers an installed or resolved artifact with the local repository.
-