Uses of Interface
org.eclipse.aether.spi.io.FileProcessor
Packages that use FileProcessor
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.
-
Uses of FileProcessor in org.eclipse.aether.connector.basic
Methods in org.eclipse.aether.connector.basic with parameters of type FileProcessorModifier and TypeMethodDescriptionBasicRepositoryConnectorFactory.setFileProcessor
(FileProcessor fileProcessor) Sets the file processor to use for this component.Constructors in org.eclipse.aether.connector.basic with parameters of type FileProcessorModifierConstructorDescriptionBasicRepositoryConnectorFactory
(TransporterProvider transporterProvider, RepositoryLayoutProvider layoutProvider, ChecksumPolicyProvider checksumPolicyProvider, FileProcessor fileProcessor, Map<String, ProvidedChecksumsSource> providedChecksumsSources) -
Uses of FileProcessor in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement FileProcessorModifier and TypeClassDescriptionclass
A utility class helping with file-based operations.Methods in org.eclipse.aether.internal.impl with parameters of type FileProcessorModifier and TypeMethodDescriptionDefaultArtifactResolver.setFileProcessor
(FileProcessor fileProcessor) DefaultDeployer.setFileProcessor
(FileProcessor fileProcessor) DefaultInstaller.setFileProcessor
(FileProcessor fileProcessor) Constructors in org.eclipse.aether.internal.impl with parameters of type FileProcessorModifierConstructorDescriptionDefaultArtifactResolver
(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, VersionResolver versionResolver, UpdateCheckManager updateCheckManager, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, SyncContextFactory syncContextFactory, OfflineController offlineController, Map<String, ArtifactResolverPostProcessor> artifactResolverPostProcessors, RemoteRepositoryFilterManager remoteRepositoryFilterManager) DefaultDeployer
(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, Set<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory, OfflineController offlineController) DefaultInstaller
(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, Set<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory) -
Uses of FileProcessor in org.eclipse.aether.internal.impl.checksum
Constructors in org.eclipse.aether.internal.impl.checksum with parameters of type FileProcessorModifierConstructorDescriptionSparseDirectoryTrustedChecksumsSource
(FileProcessor fileProcessor, LocalPathComposer localPathComposer) -
Uses of FileProcessor in org.eclipse.aether.internal.test.util
Classes in org.eclipse.aether.internal.test.util that implement FileProcessorModifier and TypeClassDescriptionclass
A simple file processor implementation to help satisfy component requirements during tests. -
Uses of FileProcessor in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return FileProcessorModifier and TypeMethodDescriptionprotected FileProcessor
RepositorySystemSupplier.getFileProcessor()
Methods in org.eclipse.aether.supplier with parameters of type FileProcessorModifier and TypeMethodDescriptionprotected ArtifactResolver
RepositorySystemSupplier.getArtifactResolver
(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, VersionResolver versionResolver, UpdateCheckManager updateCheckManager, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, SyncContextFactory syncContextFactory, OfflineController offlineController, Map<String, ArtifactResolverPostProcessor> artifactResolverPostProcessors, RemoteRepositoryFilterManager remoteRepositoryFilterManager) protected BasicRepositoryConnectorFactory
RepositorySystemSupplier.getBasicRepositoryConnectorFactory
(TransporterProvider transporterProvider, RepositoryLayoutProvider repositoryLayoutProvider, ChecksumPolicyProvider checksumPolicyProvider, FileProcessor fileProcessor, Map<String, ProvidedChecksumsSource> providedChecksumsSources) protected Deployer
RepositorySystemSupplier.getDeployer
(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, Map<String, MetadataGeneratorFactory> metadataGeneratorFactories, SyncContextFactory syncContextFactory, OfflineController offlineController) protected Installer
RepositorySystemSupplier.getInstaller
(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, Map<String, MetadataGeneratorFactory> metadataGeneratorFactories, SyncContextFactory syncContextFactory) protected Map
<String, TrustedChecksumsSource> RepositorySystemSupplier.getTrustedChecksumsSources
(FileProcessor fileProcessor, LocalPathComposer localPathComposer, RepositorySystemLifecycle repositorySystemLifecycle)