Package | Description |
---|---|
org.eclipse.aether.connector.basic |
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.internal.test.util |
Utility classes to ease unit testing.
|
Modifier and Type | Method and Description |
---|---|
BasicRepositoryConnectorFactory |
BasicRepositoryConnectorFactory.setFileProcessor(FileProcessor fileProcessor)
Sets the file processor to use for this component.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileProcessor
A utility class helping with file-based operations.
|
Modifier and Type | Method and Description |
---|---|
DefaultDeployer |
DefaultDeployer.setFileProcessor(FileProcessor fileProcessor) |
DefaultArtifactResolver |
DefaultArtifactResolver.setFileProcessor(FileProcessor fileProcessor) |
DefaultInstaller |
DefaultInstaller.setFileProcessor(FileProcessor fileProcessor) |
Modifier and Type | Class and Description |
---|---|
class |
TestFileProcessor
A simple file processor implementation to help satisfy component requirements during tests.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.