Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.impl |
The provisional interfaces defining the various sub components that implement the repository system.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
Modifier and Type | Method and 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 and Description |
---|---|
java.util.List<MetadataResult> |
MetadataResolver.resolveMetadata(RepositorySystemSession session,
java.util.Collection<? extends MetadataRequest> requests)
Resolves the paths for a collection of metadata.
|
Modifier and Type | Field and Description |
---|---|
(package private) MetadataResult |
DefaultMetadataResolver.ResolveTask.result |
Modifier and Type | Method and Description |
---|---|
private java.util.List<MetadataResult> |
DefaultMetadataResolver.resolve(RepositorySystemSession session,
java.util.Collection<? extends MetadataRequest> requests) |
java.util.List<MetadataResult> |
DefaultRepositorySystem.resolveMetadata(RepositorySystemSession session,
java.util.Collection<? extends MetadataRequest> requests) |
java.util.List<MetadataResult> |
DefaultMetadataResolver.resolveMetadata(RepositorySystemSession session,
java.util.Collection<? extends MetadataRequest> requests) |
Constructor and Description |
---|
ResolveTask(RepositorySystemSession session,
RequestTrace trace,
MetadataResult result,
java.io.File metadataFile,
java.util.List<UpdateCheck<Metadata,MetadataTransferException>> checks,
java.lang.String policy) |
Modifier and Type | Method and 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.
|