Uses of Interface
org.eclipse.aether.spi.checksums.TrustedChecksumsSource
-
Packages that use TrustedChecksumsSource Package Description org.eclipse.aether.impl.guice The integration with the dependency injection framework Google Guice.org.eclipse.aether.internal.impl.checksum org.eclipse.aether.internal.impl.resolution org.eclipse.aether.supplier -
-
Uses of TrustedChecksumsSource in org.eclipse.aether.impl.guice
Methods in org.eclipse.aether.impl.guice that return types with arguments of type TrustedChecksumsSource Modifier and Type Method Description (package private) java.util.Map<java.lang.String,TrustedChecksumsSource>
AetherModule. trustedChecksumSources(TrustedChecksumsSource sparse, TrustedChecksumsSource compact)
Deprecated.Methods in org.eclipse.aether.impl.guice with parameters of type TrustedChecksumsSource Modifier and Type Method Description (package private) java.util.Map<java.lang.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 TrustedChecksumsSource Modifier and Type Class Description (package private) class
FileTrustedChecksumsSourceSupport
Support class for implementingTrustedChecksumsSource
backed by local filesystem.class
SparseDirectoryTrustedChecksumsSource
Sparse fileFileTrustedChecksumsSourceSupport
implementation that use specified directory as base directory, where it expects artifacts checksums on standard Maven2 "local" layout.class
SummaryFileTrustedChecksumsSource
Compact fileFileTrustedChecksumsSourceSupport
implementation 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 TrustedChecksumsSource Modifier and Type Field Description private java.util.Map<java.lang.String,TrustedChecksumsSource>
TrustedToProvidedChecksumsSourceAdapter. trustedChecksumsSources
Constructor parameters in org.eclipse.aether.internal.impl.checksum with type arguments of type TrustedChecksumsSource Constructor Description TrustedToProvidedChecksumsSourceAdapter(java.util.Map<java.lang.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 TrustedChecksumsSource Modifier and Type Field Description private java.util.Map<java.lang.String,TrustedChecksumsSource>
TrustedChecksumsArtifactResolverPostProcessor. trustedChecksumsSources
Constructor parameters in org.eclipse.aether.internal.impl.resolution with type arguments of type TrustedChecksumsSource Constructor Description TrustedChecksumsArtifactResolverPostProcessor(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector, java.util.Map<java.lang.String,TrustedChecksumsSource> trustedChecksumsSources)
-
Uses of TrustedChecksumsSource in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return types with arguments of type TrustedChecksumsSource Modifier and Type Method Description protected java.util.Map<java.lang.String,TrustedChecksumsSource>
RepositorySystemSupplier. getTrustedChecksumsSources(FileProcessor fileProcessor, LocalPathComposer localPathComposer, RepositorySystemLifecycle repositorySystemLifecycle)
Method parameters in org.eclipse.aether.supplier with type arguments of type TrustedChecksumsSource 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,ProvidedChecksumsSource>
RepositorySystemSupplier. getProvidedChecksumsSources(java.util.Map<java.lang.String,TrustedChecksumsSource> trustedChecksumsSources)
-