Package | Description |
---|---|
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
Modifier and Type | Method and Description |
---|---|
LocalArtifactRegistration |
LocalArtifactRegistration.setArtifact(Artifact artifact)
Sets the artifact to register.
|
LocalArtifactRegistration |
LocalArtifactRegistration.setContexts(Collection<String> contexts)
Sets the resolution contexts in which the artifact is available.
|
LocalArtifactRegistration |
LocalArtifactRegistration.setRepository(RemoteRepository repository)
Sets the remote repository from which the artifact was resolved.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalRepositoryManager.add(RepositorySystemSession session,
LocalArtifactRegistration request)
Registers an installed or resolved artifact with the local repository.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.