Uses of Interface
org.eclipse.aether.spi.resolution.ArtifactResolverPostProcessor
Packages that use ArtifactResolverPostProcessor
Package
Description
The various sub components that collectively implement the repository system.
-
Uses of ArtifactResolverPostProcessor in org.eclipse.aether.internal.impl
Method parameters in org.eclipse.aether.internal.impl with type arguments of type ArtifactResolverPostProcessorModifier and TypeMethodDescriptionDefaultArtifactResolver.setArtifactResolverPostProcessors(Map<String, ArtifactResolverPostProcessor> artifactResolverPostProcessors) Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type ArtifactResolverPostProcessorModifierConstructorDescriptionDefaultArtifactResolver(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, VersionResolver versionResolver, UpdateCheckManager updateCheckManager, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, SyncContextFactory syncContextFactory, OfflineController offlineController, Map<String, ArtifactResolverPostProcessor> artifactResolverPostProcessors, RemoteRepositoryFilterManager remoteRepositoryFilterManager) -
Uses of ArtifactResolverPostProcessor in org.eclipse.aether.internal.impl.filter
Classes in org.eclipse.aether.internal.impl.filter that implement ArtifactResolverPostProcessorModifier and TypeClassDescriptionfinal classRemote repository filter source filtering on G coordinate. -
Uses of ArtifactResolverPostProcessor in org.eclipse.aether.internal.impl.resolution
Classes in org.eclipse.aether.internal.impl.resolution that implement ArtifactResolverPostProcessorModifier and TypeClassDescriptionclassSupport class to implementArtifactResolverPostProcessor.final classArtifact resolver processor that verifies the checksums of all resolved artifacts against trusted checksums. -
Uses of ArtifactResolverPostProcessor in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return types with arguments of type ArtifactResolverPostProcessorModifier and TypeMethodDescriptionprotected Map<String, ArtifactResolverPostProcessor> RepositorySystemSupplier.getArtifactResolverPostProcessors(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector, Map<String, TrustedChecksumsSource> trustedChecksumsSources) Method parameters in org.eclipse.aether.supplier with type arguments of type ArtifactResolverPostProcessorModifier and TypeMethodDescriptionprotected ArtifactResolverRepositorySystemSupplier.getArtifactResolver(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, VersionResolver versionResolver, UpdateCheckManager updateCheckManager, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, SyncContextFactory syncContextFactory, OfflineController offlineController, Map<String, ArtifactResolverPostProcessor> artifactResolverPostProcessors, RemoteRepositoryFilterManager remoteRepositoryFilterManager)