Uses of Class
org.eclipse.aether.spi.connector.layout.RepositoryLayout.ChecksumLocation
-
Packages that use RepositoryLayout.ChecksumLocation Package Description org.eclipse.aether.spi.connector.layout The contract to locate URI-based resources using custom repository layouts. -
-
Uses of RepositoryLayout.ChecksumLocation in org.eclipse.aether.spi.connector.layout
Methods in org.eclipse.aether.spi.connector.layout that return RepositoryLayout.ChecksumLocation Modifier and Type Method Description static RepositoryLayout.ChecksumLocationRepositoryLayout.ChecksumLocation. forLocation(java.net.URI location, ChecksumAlgorithmFactory checksumAlgorithmFactory)Creates a checksum descriptor for the specified artifact/metadata location and algorithm.Methods in org.eclipse.aether.spi.connector.layout that return types with arguments of type RepositoryLayout.ChecksumLocation Modifier and Type Method Description java.util.List<RepositoryLayout.ChecksumLocation>RepositoryLayout. getChecksumLocations(org.eclipse.aether.artifact.Artifact artifact, boolean upload, java.net.URI location)Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the specified artifact.java.util.List<RepositoryLayout.ChecksumLocation>RepositoryLayout. getChecksumLocations(org.eclipse.aether.metadata.Metadata metadata, boolean upload, java.net.URI location)Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the specified metadata.
-