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
  • Field Details

    • name

      private final String name
    • fileExtension

      private final String fileExtension
  • Constructor Details

    • ChecksumAlgorithmFactorySupport

      public ChecksumAlgorithmFactorySupport(String name, String fileExtension)
  • Method Details