Uses of Interface
org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySelector
-
Packages that use ChecksumAlgorithmFactorySelector Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.impl.checksum org.eclipse.aether.internal.impl.resolution org.eclipse.aether.supplier -
-
Uses of ChecksumAlgorithmFactorySelector in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as ChecksumAlgorithmFactorySelector Modifier and Type Field Description private ChecksumAlgorithmFactorySelector
Maven2RepositoryLayoutFactory. checksumAlgorithmFactorySelector
private ChecksumAlgorithmFactorySelector
Maven2RepositoryLayoutFactory.Maven2RepositoryLayout. checksumAlgorithmFactorySelector
Constructors in org.eclipse.aether.internal.impl with parameters of type ChecksumAlgorithmFactorySelector Constructor Description Maven2RepositoryLayout(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector, java.util.List<ChecksumAlgorithmFactory> configuredChecksumAlgorithms, java.util.Set<java.lang.String> extensionsWithoutChecksums)
Maven2RepositoryLayoutFactory(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector)
-
Uses of ChecksumAlgorithmFactorySelector in org.eclipse.aether.internal.impl.checksum
Classes in org.eclipse.aether.internal.impl.checksum that implement ChecksumAlgorithmFactorySelector Modifier and Type Class Description class
DefaultChecksumAlgorithmFactorySelector
Default implementation. -
Uses of ChecksumAlgorithmFactorySelector in org.eclipse.aether.internal.impl.resolution
Fields in org.eclipse.aether.internal.impl.resolution declared as ChecksumAlgorithmFactorySelector Modifier and Type Field Description private ChecksumAlgorithmFactorySelector
TrustedChecksumsArtifactResolverPostProcessor. checksumAlgorithmFactorySelector
Constructors in org.eclipse.aether.internal.impl.resolution with parameters of type ChecksumAlgorithmFactorySelector Constructor Description TrustedChecksumsArtifactResolverPostProcessor(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector, java.util.Map<java.lang.String,TrustedChecksumsSource> trustedChecksumsSources)
-
Uses of ChecksumAlgorithmFactorySelector in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return ChecksumAlgorithmFactorySelector Modifier and Type Method Description protected ChecksumAlgorithmFactorySelector
RepositorySystemSupplier. getChecksumAlgorithmFactorySelector(java.util.Map<java.lang.String,ChecksumAlgorithmFactory> checksumAlgorithmFactories)
Methods in org.eclipse.aether.supplier with parameters of type ChecksumAlgorithmFactorySelector Modifier and Type Method Description protected java.util.Map<java.lang.String,ArtifactResolverPostProcessor>
RepositorySystemSupplier. getArtifactResolverPostProcessors(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector, java.util.Map<java.lang.String,TrustedChecksumsSource> trustedChecksumsSources)
protected java.util.Map<java.lang.String,RepositoryLayoutFactory>
RepositorySystemSupplier. getRepositoryLayoutFactories(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector)
-