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.
|
org.eclipse.aether.util.repository |
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
|
Modifier and Type | Method and Description |
---|---|
void |
EnhancedLocalRepositoryManager.add(RepositorySystemSession session,
LocalArtifactRegistration request) |
void |
SimpleLocalRepositoryManager.add(RepositorySystemSession session,
LocalArtifactRegistration request) |
Modifier and Type | Method and Description |
---|---|
void |
TestLocalRepositoryManager.add(RepositorySystemSession session,
LocalArtifactRegistration request) |
Modifier and Type | Method and Description |
---|---|
LocalArtifactRegistration |
LocalArtifactRegistration.setArtifact(Artifact artifact)
Sets the artifact to register.
|
LocalArtifactRegistration |
LocalArtifactRegistration.setContexts(java.util.Collection<java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ChainedLocalRepositoryManager.add(RepositorySystemSession session,
LocalArtifactRegistration request) |