Uses of Interface
org.eclipse.aether.spi.checksums.TrustedChecksumsSource
Packages that use TrustedChecksumsSource
-
Uses of TrustedChecksumsSource in org.eclipse.aether.impl.guice
Methods in org.eclipse.aether.impl.guice that return types with arguments of type TrustedChecksumsSourceModifier and TypeMethodDescription(package private) Map<String, TrustedChecksumsSource> AetherModule.trustedChecksumSources(TrustedChecksumsSource sparse, TrustedChecksumsSource compact) Deprecated.Methods in org.eclipse.aether.impl.guice with parameters of type TrustedChecksumsSourceModifier and TypeMethodDescription(package private) Map<String, TrustedChecksumsSource> AetherModule.trustedChecksumSources(TrustedChecksumsSource sparse, TrustedChecksumsSource compact) Deprecated. -
Uses of TrustedChecksumsSource in org.eclipse.aether.internal.impl.checksum
Classes in org.eclipse.aether.internal.impl.checksum that implement TrustedChecksumsSourceModifier and TypeClassDescription(package private) classSupport class for implementingTrustedChecksumsSourcebacked by local filesystem.final 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.Fields in org.eclipse.aether.internal.impl.checksum with type parameters of type TrustedChecksumsSourceModifier and TypeFieldDescriptionprivate final Map<String, TrustedChecksumsSource> TrustedToProvidedChecksumsSourceAdapter.trustedChecksumsSourcesConstructor 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
Fields in org.eclipse.aether.internal.impl.resolution with type parameters of type TrustedChecksumsSourceModifier and TypeFieldDescriptionprivate final Map<String, TrustedChecksumsSource> TrustedChecksumsArtifactResolverPostProcessor.trustedChecksumsSourcesConstructor 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.getTrustedChecksumsSources(FileProcessor fileProcessor, LocalPathComposer localPathComposer, RepositorySystemLifecycle repositorySystemLifecycle) Method parameters in org.eclipse.aether.supplier with type arguments of type TrustedChecksumsSourceModifier and TypeMethodDescriptionprotected Map<String, ArtifactResolverPostProcessor> RepositorySystemSupplier.getArtifactResolverPostProcessors(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector, Map<String, TrustedChecksumsSource> trustedChecksumsSources) protected Map<String, ProvidedChecksumsSource> RepositorySystemSupplier.getProvidedChecksumsSources(Map<String, TrustedChecksumsSource> trustedChecksumsSources)