Uses of Interface
org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithm
-
Packages that use ChecksumAlgorithm 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. -
-
Uses of ChecksumAlgorithm in org.eclipse.aether.spi.connector.checksum
Methods in org.eclipse.aether.spi.connector.checksum that return ChecksumAlgorithm Modifier and Type Method Description ChecksumAlgorithm
ChecksumAlgorithmFactory. getAlgorithm()
Each invocation of this method returns a new instance of algorithm, nevernull
value.
-