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
Constructors -
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, nevernullvalue.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, nevernullvalue.- Specified by:
getNamein interfaceChecksumAlgorithmFactory
-
getFileExtension
Returns the file extension to be used for given checksum algorithm (without leading dot), nevernull.- Specified by:
getFileExtensionin interfaceChecksumAlgorithmFactory
-