| Package | Description | 
|---|---|
| org.eclipse.aether.spi.connector.layout | The contract to locate URI-based resources using custom repository layouts. | 
| Modifier and Type | Method and Description | 
|---|---|
| static RepositoryLayout.Checksum | RepositoryLayout.Checksum. forLocation(URI location,
                      String algorithm)Creates a checksum file descriptor for the specified artifact/metadata location and algorithm. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<RepositoryLayout.Checksum> | RepositoryLayout. getChecksums(org.eclipse.aether.artifact.Artifact artifact,
                        boolean upload,
                        URI location)Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the
 specified artifact. | 
| List<RepositoryLayout.Checksum> | RepositoryLayout. getChecksums(org.eclipse.aether.metadata.Metadata metadata,
                        boolean upload,
                        URI location)Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the
 specified metadata. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.