| Package | Description | 
|---|---|
| org.eclipse.aether | The primary API of the  RepositorySystemand its functionality. | 
| org.eclipse.aether.resolution | The types supporting the resolution of artifacts and metadata from repositories. | 
| 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 | 
|---|---|
| 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–2018 The Apache Software Foundation. All rights reserved.