| Package | Description |
|---|---|
| org.eclipse.aether.spi.connector.checksum |
The support infrastructure for repository connectors to apply checksum policies when validating the integrity of
downloaded files.
|
| Modifier and Type | Method | Description |
|---|---|---|
ChecksumPolicy |
ChecksumPolicyProvider.newChecksumPolicy(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.repository.RemoteRepository repository,
org.eclipse.aether.transfer.TransferResource resource,
java.lang.String policy) |
Retrieves the checksum policy with the specified identifier for use on the given remote resource.
|