| Package | Description |
|---|---|
| org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
| org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<MetadataResult> |
RepositorySystem.resolveMetadata(RepositorySystemSession session,
java.util.Collection<? extends MetadataRequest> requests) |
Resolves the paths for a collection of metadata.
|
| Modifier and Type | Method | Description |
|---|---|---|
MetadataResult |
MetadataResult.setException(java.lang.Exception exception) |
Records the specified exception while resolving the metadata.
|
MetadataResult |
MetadataResult.setMetadata(Metadata metadata) |
Sets the resolved metadata.
|
MetadataResult |
MetadataResult.setUpdated(boolean updated) |
Sets the updated flag for the metadata.
|