Uses of Interface
org.eclipse.aether.spi.locator.ServiceLocator
Packages that use ServiceLocator
Package
Description
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
The provisional interfaces defining the various sub components that implement the repository system.
The various sub components that collectively implement the repository system.
Internal helper classes for dependency collector.
A lightweight service locator infrastructure to help components acquire dependent components.
Support for downloads/uploads using Apache Maven Wagon.
-
Uses of ServiceLocator in org.eclipse.aether.connector.basic
Methods in org.eclipse.aether.connector.basic with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoid
BasicRepositoryConnectorFactory.initService
(ServiceLocator locator) -
Uses of ServiceLocator in org.eclipse.aether.impl
Classes in org.eclipse.aether.impl that implement ServiceLocatorModifier and TypeClassDescriptionfinal class
A simple service locator that is already setup with all components from this library. -
Uses of ServiceLocator in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoid
DefaultArtifactResolver.initService
(ServiceLocator locator) void
DefaultDeployer.initService
(ServiceLocator locator) void
DefaultInstaller.initService
(ServiceLocator locator) void
DefaultLocalRepositoryProvider.initService
(ServiceLocator locator) void
DefaultMetadataResolver.initService
(ServiceLocator locator) void
DefaultRemoteRepositoryManager.initService
(ServiceLocator locator) void
DefaultRepositoryConnectorProvider.initService
(ServiceLocator locator) void
DefaultRepositoryEventDispatcher.initService
(ServiceLocator locator) void
DefaultRepositoryLayoutProvider.initService
(ServiceLocator locator) void
DefaultRepositorySystem.initService
(ServiceLocator locator) void
DefaultTransporterProvider.initService
(ServiceLocator locator) void
DefaultUpdateCheckManager.initService
(ServiceLocator locator) -
Uses of ServiceLocator in org.eclipse.aether.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoid
DefaultDependencyCollector.initService
(ServiceLocator locator) -
Uses of ServiceLocator in org.eclipse.aether.internal.impl.slf4j
Methods in org.eclipse.aether.internal.impl.slf4j with parameters of type ServiceLocator -
Uses of ServiceLocator in org.eclipse.aether.spi.locator
Methods in org.eclipse.aether.spi.locator with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoid
Service.initService
(ServiceLocator locator) Provides the opportunity to initialize this service and to acquire other services for its operation from the locator. -
Uses of ServiceLocator in org.eclipse.aether.transport.wagon
Methods in org.eclipse.aether.transport.wagon with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoid
WagonTransporterFactory.initService
(ServiceLocator locator)