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
Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type ArtifactResolverPostProcessorModifierConstructorDescriptionDefaultArtifactResolver(PathProcessor pathProcessor, 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.createArtifactResolverPostProcessors()RepositorySystemSupplier.getArtifactResolverPostProcessors()