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 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
Methods in org.eclipse.aether.connector.basic with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoidBasicRepositoryConnectorFactory.initService(ServiceLocator locator) -
Uses of ServiceLocator in org.eclipse.aether.impl
Classes in org.eclipse.aether.impl that implement ServiceLocator -
Uses of ServiceLocator in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoidDefaultArtifactResolver.initService(ServiceLocator locator) voidDefaultDeployer.initService(ServiceLocator locator) voidDefaultInstaller.initService(ServiceLocator locator) voidDefaultLocalRepositoryProvider.initService(ServiceLocator locator) voidDefaultMetadataResolver.initService(ServiceLocator locator) voidDefaultRemoteRepositoryManager.initService(ServiceLocator locator) voidDefaultRepositoryConnectorProvider.initService(ServiceLocator locator) voidDefaultRepositoryEventDispatcher.initService(ServiceLocator locator) voidDefaultRepositoryLayoutProvider.initService(ServiceLocator locator) voidDefaultRepositorySystem.initService(ServiceLocator locator) voidDefaultTransporterProvider.initService(ServiceLocator locator) voidDefaultUpdateCheckManager.initService(ServiceLocator locator) voidEnhancedLocalRepositoryManagerFactory.initService(ServiceLocator locator) voidSimpleLocalRepositoryManagerFactory.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 TypeMethodDescriptionvoidDefaultDependencyCollector.initService(ServiceLocator locator) voidDependencyCollectorDelegate.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 ServiceLocatorModifier and TypeMethodDescriptionvoidSlf4jLoggerFactory.initService(ServiceLocator locator) Deprecated. -
Uses of ServiceLocator in org.eclipse.aether.internal.impl.synccontext
Methods in org.eclipse.aether.internal.impl.synccontext with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoidDefaultSyncContextFactory.initService(ServiceLocator locator) -
Uses of ServiceLocator in org.eclipse.aether.internal.impl.synccontext.legacy
Methods in org.eclipse.aether.internal.impl.synccontext.legacy with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoidDefaultSyncContextFactory.initService(ServiceLocator locator) Deprecated. -
Uses of ServiceLocator in org.eclipse.aether.internal.impl.synccontext.named
Methods in org.eclipse.aether.internal.impl.synccontext.named with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoidNamedLockFactoryAdapterFactoryImpl.initService(ServiceLocator locator) -
Uses of ServiceLocator in org.eclipse.aether.spi.locator
Methods in org.eclipse.aether.spi.locator with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoidService.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
Methods in org.eclipse.aether.transport.wagon with parameters of type ServiceLocatorModifier and TypeMethodDescriptionvoidWagonTransporterFactory.initService(ServiceLocator locator)
maven-resolver-supplier.