| 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.impl.collect |
Internal helper classes for dependency collector.
|
| org.eclipse.aether.internal.impl.collect.bf | |
| org.eclipse.aether.internal.impl.collect.df | |
| org.eclipse.aether.internal.impl.slf4j | |
| org.eclipse.aether.internal.impl.synccontext | |
| org.eclipse.aether.transport.wagon |
Support for downloads/uploads using Apache Maven Wagon.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRepositoryConnectorFactory
A repository connector factory that employs pluggable
transporters and
repository layouts for the transfers. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultArtifactResolver |
class |
DefaultDeployer |
class |
DefaultInstaller |
class |
DefaultLocalRepositoryProvider |
class |
DefaultMetadataResolver |
class |
DefaultRemoteRepositoryManager |
class |
DefaultRepositoryConnectorProvider |
class |
DefaultRepositoryEventDispatcher |
class |
DefaultRepositoryLayoutProvider |
class |
DefaultRepositorySystem |
class |
DefaultTransporterProvider |
class |
DefaultUpdateCheckManager |
class |
EnhancedLocalRepositoryManagerFactory
Creates enhanced local repository managers for repository types
"default" or "" (automatic). |
class |
SimpleLocalRepositoryManagerFactory
Creates local repository managers for repository type
"simple". |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDependencyCollector
Default implementation of
DependencyCollector that merely indirect to selected delegate. |
| Modifier and Type | Class and Description |
|---|---|
class |
BfDependencyCollector
Breadth-first
DependencyCollector |
| Modifier and Type | Class and Description |
|---|---|
class |
DfDependencyCollector
Depth-first
DependencyCollector (the "original" default). |
| Modifier and Type | Class and Description |
|---|---|
class |
Slf4jLoggerFactory
Deprecated.
Use SLF4J instead
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSyncContextFactory
Default
SyncContextFactory implementation that uses named locks. |
| Modifier and Type | Class and Description |
|---|---|
class |
WagonTransporterFactory
A transporter factory using Apache Maven Wagon.
|
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.