Uses of Interface
org.eclipse.aether.spi.io.PathProcessor
Package
Description
The various sub components that collectively implement the repository system.
Utility classes to ease unit testing.
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.
-
Uses of PathProcessor in org.eclipse.aether.internal.impl
Modifier and TypeClassDescriptionclass
A utility class helping with file-based operations.ModifierConstructorDescriptionDefaultArtifactResolver
(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, SyncContextFactory syncContextFactory, OfflineController offlineController) DefaultInstaller
(PathProcessor pathProcessor, RepositoryEventDispatcher repositoryEventDispatcher, Map<String, ArtifactGeneratorFactory> artifactFactories, Map<String, MetadataGeneratorFactory> metadataFactories, 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.test.util
Modifier and TypeClassDescriptionclass
A simple file processor implementation to help satisfy component requirements during tests. -
Uses of PathProcessor in org.eclipse.aether.supplier
Modifier and TypeMethodDescriptionprotected PathProcessor
RepositorySystemSupplier.createPathProcessor()
final PathProcessor
RepositorySystemSupplier.getPathProcessor()
-
Uses of PathProcessor in org.eclipse.aether.transport.apache
ModifierConstructorDescriptionApacheTransporterFactory
(ChecksumExtractor checksumExtractor, PathProcessor pathProcessor) -
Uses of PathProcessor in org.eclipse.aether.transport.jdk
ModifierConstructorDescriptionJdkTransporterFactory
(ChecksumExtractor checksumExtractor, PathProcessor pathProcessor) -
Uses of PathProcessor in org.eclipse.aether.transport.jetty
ModifierConstructorDescriptionJettyTransporterFactory
(ChecksumExtractor checksumExtractor, PathProcessor pathProcessor)