Uses of Interface
org.eclipse.aether.spi.io.ChecksumProcessor
Packages that use ChecksumProcessor
Package
Description
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
The various sub components that collectively implement the repository system.
Utility classes to ease unit testing.
- 
Uses of ChecksumProcessor in org.eclipse.aether.connector.basic
Constructors in org.eclipse.aether.connector.basic with parameters of type ChecksumProcessorModifierConstructorDescriptionBasicRepositoryConnectorFactory(TransporterProvider transporterProvider, RepositoryLayoutProvider layoutProvider, ChecksumPolicyProvider checksumPolicyProvider, PathProcessor pathProcessor, ChecksumProcessor checksumProcessor, Map<String, ProvidedChecksumsSource> providedChecksumsSources)  - 
Uses of ChecksumProcessor in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement ChecksumProcessorModifier and TypeClassDescriptionclassA utility class helping with file-based operations. - 
Uses of ChecksumProcessor in org.eclipse.aether.internal.impl.checksum
Constructors in org.eclipse.aether.internal.impl.checksum with parameters of type ChecksumProcessorModifierConstructorDescriptionSparseDirectoryTrustedChecksumsSource(ChecksumProcessor checksumProcessor, LocalPathComposer localPathComposer)  - 
Uses of ChecksumProcessor in org.eclipse.aether.internal.test.util
Classes in org.eclipse.aether.internal.test.util that implement ChecksumProcessorModifier and TypeClassDescriptionclassA simple file processor implementation to help satisfy component requirements during tests. - 
Uses of ChecksumProcessor in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return ChecksumProcessorModifier and TypeMethodDescriptionprotected ChecksumProcessorRepositorySystemSupplier.createChecksumProcessor()final ChecksumProcessorRepositorySystemSupplier.getChecksumProcessor()