Uses of Interface
org.eclipse.aether.spi.checksums.TrustedChecksumsSource
Packages that use TrustedChecksumsSource
Package
Description
-
Uses of TrustedChecksumsSource in org.eclipse.aether.internal.impl.checksum
Classes in org.eclipse.aether.internal.impl.checksum that implement TrustedChecksumsSourceModifier and TypeClassDescriptionfinal classSparse fileFileTrustedChecksumsSourceSupportimplementation that use specified directory as base directory, where it expects artifacts checksums on standard Maven2 "local" layout.final classCompact fileFileTrustedChecksumsSourceSupportimplementation that use specified directory as base directory, where it expects a "summary" file named as "checksums.${checksumExt}" for each checksum algorithm.Constructor parameters in org.eclipse.aether.internal.impl.checksum with type arguments of type TrustedChecksumsSourceModifierConstructorDescriptionTrustedToProvidedChecksumsSourceAdapter(Map<String, TrustedChecksumsSource> trustedChecksumsSources) -
Uses of TrustedChecksumsSource in org.eclipse.aether.internal.impl.resolution
Constructor parameters in org.eclipse.aether.internal.impl.resolution with type arguments of type TrustedChecksumsSourceModifierConstructorDescriptionTrustedChecksumsArtifactResolverPostProcessor(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector, Map<String, TrustedChecksumsSource> trustedChecksumsSources) -
Uses of TrustedChecksumsSource in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return types with arguments of type TrustedChecksumsSourceModifier and TypeMethodDescriptionprotected Map<String, TrustedChecksumsSource> RepositorySystemSupplier.createTrustedChecksumsSources()final Map<String, TrustedChecksumsSource> RepositorySystemSupplier.getTrustedChecksumsSources()