| Package | Description |
|---|---|
| org.eclipse.aether | |
| org.eclipse.aether.impl | |
| org.eclipse.aether.internal.impl | |
| org.eclipse.aether.resolution |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataResult> |
RepositorySystem.resolveMetadata(RepositorySystemSession session,
Collection<? extends MetadataRequest> requests)
Resolves the paths for a collection of metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataResult> |
MetadataResolver.resolveMetadata(RepositorySystemSession session,
Collection<? extends MetadataRequest> requests)
Resolves the paths for a collection of metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataResult> |
DefaultRepositorySystem.resolveMetadata(RepositorySystemSession session,
Collection<? extends MetadataRequest> requests) |
List<MetadataResult> |
DefaultMetadataResolver.resolveMetadata(RepositorySystemSession session,
Collection<? extends MetadataRequest> requests) |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult |
MetadataResult.setException(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.
|
Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.