Uses of Interface
org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySelector
Packages that use ChecksumAlgorithmFactorySelector
Package
Description
The various sub components that collectively implement the repository system.
-
Uses of ChecksumAlgorithmFactorySelector in org.eclipse.aether.internal.impl
Constructors in org.eclipse.aether.internal.impl with parameters of type ChecksumAlgorithmFactorySelectorModifierConstructorDescriptionDefaultArtifactPredicate(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector, Set<String> extensionsWithoutChecksums) DefaultArtifactPredicateFactory(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector) Maven2RepositoryLayoutFactory(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector, ArtifactPredicateFactory artifactPredicateFactory) -
Uses of ChecksumAlgorithmFactorySelector in org.eclipse.aether.internal.impl.checksum
Classes in org.eclipse.aether.internal.impl.checksum that implement ChecksumAlgorithmFactorySelectorModifier and TypeClassDescriptionclassDefault implementation. -
Uses of ChecksumAlgorithmFactorySelector in org.eclipse.aether.internal.impl.resolution
Constructors in org.eclipse.aether.internal.impl.resolution with parameters of type ChecksumAlgorithmFactorySelectorModifierConstructorDescriptionTrustedChecksumsArtifactResolverPostProcessor(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector, Map<String, TrustedChecksumsSource> trustedChecksumsSources) -
Uses of ChecksumAlgorithmFactorySelector in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return ChecksumAlgorithmFactorySelectorModifier and TypeMethodDescriptionprotected ChecksumAlgorithmFactorySelectorRepositorySystemSupplier.createChecksumAlgorithmFactorySelector()RepositorySystemSupplier.getChecksumAlgorithmFactorySelector()