Uses of Interface
org.eclipse.aether.spi.io.PathProcessor
Packages that use PathProcessor
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.
I/O related support infrastructure for components.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads/uploads via the S3 protocol.
Support for downloads/uploads using Apache Maven Wagon.
-
Uses of PathProcessor in org.eclipse.aether.connector.basic
Constructors in org.eclipse.aether.connector.basic with parameters of type PathProcessorModifierConstructorDescriptionBasicRepositoryConnectorFactory
(TransporterProvider transporterProvider, RepositoryLayoutProvider layoutProvider, ChecksumPolicyProvider checksumPolicyProvider, PathProcessor pathProcessor, ChecksumProcessor checksumProcessor, Map<String, ProvidedChecksumsSource> providedChecksumsSources) -
Uses of PathProcessor in org.eclipse.aether.generator.sigstore
Constructors in org.eclipse.aether.generator.sigstore with parameters of type PathProcessorModifierConstructorDescriptionSigstoreSignatureArtifactGeneratorFactory
(ArtifactPredicateFactory artifactPredicateFactory, PathProcessor pathProcessor) -
Uses of PathProcessor in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement PathProcessorConstructors in org.eclipse.aether.internal.impl with parameters of type PathProcessorModifierConstructorDescriptionDefaultArtifactResolver
(PathProcessor pathProcessor, RepositoryEventDispatcher repositoryEventDispatcher, VersionResolver versionResolver, UpdateCheckManager updateCheckManager, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, SyncContextFactory syncContextFactory, OfflineController offlineController, Map<String, ArtifactResolverPostProcessor> artifactResolverPostProcessors, RemoteRepositoryFilterManager remoteRepositoryFilterManager) DefaultChecksumProcessor
(PathProcessor pathProcessor) DefaultDeployer
(PathProcessor pathProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, Map<String, ArtifactGeneratorFactory> artifactFactories, Map<String, MetadataGeneratorFactory> metadataFactories, Map<String, ArtifactTransformer> artifactTransformers, SyncContextFactory syncContextFactory, OfflineController offlineController) DefaultInstaller
(PathProcessor pathProcessor, RepositoryEventDispatcher repositoryEventDispatcher, Map<String, ArtifactGeneratorFactory> artifactFactories, Map<String, MetadataGeneratorFactory> metadataFactories, Map<String, ArtifactTransformer> artifactTransformers, SyncContextFactory syncContextFactory) DefaultMetadataResolver
(RepositoryEventDispatcher repositoryEventDispatcher, UpdateCheckManager updateCheckManager, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, SyncContextFactory syncContextFactory, OfflineController offlineController, RemoteRepositoryFilterManager remoteRepositoryFilterManager, PathProcessor pathProcessor) DefaultUpdateCheckManager
(TrackingFileManager trackingFileManager, UpdatePolicyAnalyzer updatePolicyAnalyzer, PathProcessor pathProcessor) -
Uses of PathProcessor in org.eclipse.aether.internal.impl.checksum
Constructors in org.eclipse.aether.internal.impl.checksum with parameters of type PathProcessorModifierConstructorDescriptionSummaryFileTrustedChecksumsSource
(LocalPathComposer localPathComposer, RepositorySystemLifecycle repositorySystemLifecycle, PathProcessor pathProcessor) -
Uses of PathProcessor in org.eclipse.aether.internal.impl.filter
Constructors in org.eclipse.aether.internal.impl.filter with parameters of type PathProcessorModifierConstructorDescriptionGroupIdRemoteRepositoryFilterSource
(RepositorySystemLifecycle repositorySystemLifecycle, PathProcessor pathProcessor) -
Uses of PathProcessor in org.eclipse.aether.internal.test.util
Classes in org.eclipse.aether.internal.test.util that implement PathProcessorModifier and TypeClassDescriptionclass
Deprecated.This class is deprecated and is unused in Resolver. -
Uses of PathProcessor in org.eclipse.aether.spi.io
Classes in org.eclipse.aether.spi.io that implement PathProcessorModifier and TypeClassDescriptionclass
Utility class serving as base ofPathProcessor
implementations. -
Uses of PathProcessor in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return PathProcessorModifier and TypeMethodDescriptionprotected PathProcessor
RepositorySystemSupplier.createPathProcessor()
final PathProcessor
RepositorySystemSupplier.getPathProcessor()
-
Uses of PathProcessor in org.eclipse.aether.transport.apache
Constructors in org.eclipse.aether.transport.apache with parameters of type PathProcessorModifierConstructorDescriptionApacheTransporterFactory
(ChecksumExtractor checksumExtractor, PathProcessor pathProcessor) -
Uses of PathProcessor in org.eclipse.aether.transport.jdk
Constructors in org.eclipse.aether.transport.jdk with parameters of type PathProcessorModifierConstructorDescriptionJdkTransporterFactory
(ChecksumExtractor checksumExtractor, PathProcessor pathProcessor) -
Uses of PathProcessor in org.eclipse.aether.transport.jetty
Constructors in org.eclipse.aether.transport.jetty with parameters of type PathProcessorModifierConstructorDescriptionJettyTransporterFactory
(ChecksumExtractor checksumExtractor, PathProcessor pathProcessor) -
Uses of PathProcessor in org.eclipse.aether.transport.minio
Constructors in org.eclipse.aether.transport.minio with parameters of type PathProcessorModifierConstructorDescriptionMinioTransporterFactory
(Map<String, ObjectNameMapperFactory> objectNameMapperFactories, PathProcessor pathProcessor) -
Uses of PathProcessor in org.eclipse.aether.transport.wagon
Constructors in org.eclipse.aether.transport.wagon with parameters of type PathProcessorModifierConstructorDescriptionWagonTransporterFactory
(WagonProvider wagonProvider, WagonConfigurator wagonConfigurator, PathProcessor pathProcessor)