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.impl |
The provisional interfaces defining the various sub components that implement the repository system.
|
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.slf4j | |
org.eclipse.aether.spi.locator |
A lightweight service locator infrastructure to help components acquire dependent components.
|
org.eclipse.aether.transport.wagon |
Support for downloads/uploads using Apache Maven Wagon.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicRepositoryConnectorFactory.initService(ServiceLocator locator) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultServiceLocator
A simple service locator that is already setup with all components from this library.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultUpdateCheckManager.initService(ServiceLocator locator) |
void |
DefaultTransporterProvider.initService(ServiceLocator locator) |
void |
DefaultRepositorySystem.initService(ServiceLocator locator) |
void |
DefaultRepositoryLayoutProvider.initService(ServiceLocator locator) |
void |
DefaultRepositoryEventDispatcher.initService(ServiceLocator locator) |
void |
DefaultRepositoryConnectorProvider.initService(ServiceLocator locator) |
void |
DefaultRemoteRepositoryManager.initService(ServiceLocator locator) |
void |
DefaultMetadataResolver.initService(ServiceLocator locator) |
void |
DefaultLocalRepositoryProvider.initService(ServiceLocator locator) |
void |
DefaultInstaller.initService(ServiceLocator locator) |
void |
DefaultDeployer.initService(ServiceLocator locator) |
void |
DefaultArtifactResolver.initService(ServiceLocator locator) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDependencyCollector.initService(ServiceLocator locator) |
Modifier and Type | Method and Description |
---|---|
void |
Slf4jLoggerFactory.initService(ServiceLocator locator) |
Modifier and Type | Method and Description |
---|---|
void |
Service.initService(ServiceLocator locator)
Provides the opportunity to initialize this service and to acquire other services for its operation from the
locator.
|
Modifier and Type | Method and Description |
---|---|
void |
WagonTransporterFactory.initService(ServiceLocator locator) |
Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.