Uses of Interface
org.eclipse.aether.spi.locator.ServiceLocator
Package
Description
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
The provisional interfaces defining the various subcomponents 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
Modifier and TypeMethodDescriptionvoid
BasicRepositoryConnectorFactory.initService
(ServiceLocator locator) -
Uses of ServiceLocator in org.eclipse.aether.impl
-
Uses of ServiceLocator in org.eclipse.aether.internal.impl
Modifier 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) void
EnhancedLocalRepositoryManagerFactory.initService
(ServiceLocator locator) void
SimpleLocalRepositoryManagerFactory.initService
(ServiceLocator locator) -
Uses of ServiceLocator in org.eclipse.aether.internal.impl.collect
Modifier and TypeMethodDescriptionvoid
DefaultDependencyCollector.initService
(ServiceLocator locator) void
DependencyCollectorDelegate.initService
(ServiceLocator locator) -
Uses of ServiceLocator in org.eclipse.aether.internal.impl.slf4j
Modifier and TypeMethodDescriptionvoid
Slf4jLoggerFactory.initService
(ServiceLocator locator) Deprecated. -
Uses of ServiceLocator in org.eclipse.aether.internal.impl.synccontext
Modifier and TypeMethodDescriptionvoid
DefaultSyncContextFactory.initService
(ServiceLocator locator) -
Uses of ServiceLocator in org.eclipse.aether.internal.impl.synccontext.legacy
Modifier and TypeMethodDescriptionvoid
DefaultSyncContextFactory.initService
(ServiceLocator locator) Deprecated. -
Uses of ServiceLocator in org.eclipse.aether.internal.impl.synccontext.named
Modifier and TypeMethodDescriptionvoid
NamedLockFactoryAdapterFactoryImpl.initService
(ServiceLocator locator) -
Uses of ServiceLocator in org.eclipse.aether.spi.locator
Modifier and TypeMethodDescriptionvoid
Service.initService
(ServiceLocator locator) Deprecated.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
Modifier and TypeMethodDescriptionvoid
WagonTransporterFactory.initService
(ServiceLocator locator)
maven-resolver-supplier
.