Class ChecksumAlgorithmFactorySupport
java.lang.Object
org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySupport
- All Implemented Interfaces:
ChecksumAlgorithmFactory
- Direct Known Subclasses:
MessageDigestChecksumAlgorithmFactorySupport
public abstract class ChecksumAlgorithmFactorySupport
extends Object
implements ChecksumAlgorithmFactory
Support class for
ChecksumAlgorithmFactory
implementations.- Since:
- 1.8.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the file extension to be used for given checksum algorithm (without leading dot), nevernull
.getName()
Returns the algorithm name, usually used as key, nevernull
value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactory
getAlgorithm
-
Constructor Details
-
ChecksumAlgorithmFactorySupport
-
-
Method Details
-
getName
Returns the algorithm name, usually used as key, nevernull
value.- Specified by:
getName
in interfaceChecksumAlgorithmFactory
-
getFileExtension
Returns the file extension to be used for given checksum algorithm (without leading dot), nevernull
.- Specified by:
getFileExtension
in interfaceChecksumAlgorithmFactory
-