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 |
SimpleLocalRepositoryManager.add(RepositorySystemSession session,
LocalMetadataRegistration request) |
Modifier and Type | Method and Description |
---|---|
void |
TestLocalRepositoryManager.add(RepositorySystemSession session,
LocalMetadataRegistration request) |
Modifier and Type | Method and Description |
---|---|
LocalMetadataRegistration |
LocalMetadataRegistration.setContexts(java.util.Collection<java.lang.String> contexts)
Sets the resolution contexts in which the metadata is available.
|
LocalMetadataRegistration |
LocalMetadataRegistration.setMetadata(Metadata metadata)
Sets the metadata to register.
|
LocalMetadataRegistration |
LocalMetadataRegistration.setRepository(RemoteRepository repository)
Sets the remote repository from which the metadata was resolved.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalRepositoryManager.add(RepositorySystemSession session,
LocalMetadataRegistration request)
Registers installed or resolved metadata with the local repository.
|
Modifier and Type | Method and Description |
---|---|
void |
ChainedLocalRepositoryManager.add(RepositorySystemSession session,
LocalMetadataRegistration request) |