Uses of Interface
org.eclipse.aether.spi.locator.ServiceLocator
-
Packages that use ServiceLocator 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.internal.impl.synccontext org.eclipse.aether.internal.impl.synccontext.legacy 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. -
-
Uses of ServiceLocator in org.eclipse.aether.connector.basic
Methods in org.eclipse.aether.connector.basic with parameters of type ServiceLocator Modifier and Type Method Description voidBasicRepositoryConnectorFactory. initService(ServiceLocator locator) -
Uses of ServiceLocator in org.eclipse.aether.impl
Classes in org.eclipse.aether.impl that implement ServiceLocator Modifier and Type Class Description classDefaultServiceLocatorDeprecated.Use some out-of-the-box DI implementation instead. -
Uses of ServiceLocator in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type ServiceLocator Modifier and Type Method Description voidDefaultArtifactResolver. 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) -
Uses of ServiceLocator in org.eclipse.aether.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect with parameters of type ServiceLocator Modifier and Type Method Description voidDefaultDependencyCollector. 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 Modifier and Type Method Description voidSlf4jLoggerFactory. 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 ServiceLocator Modifier and Type Method Description voidDefaultSyncContextFactory. 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 ServiceLocator Modifier and Type Method Description voidDefaultSyncContextFactory. initService(ServiceLocator locator)Deprecated. -
Uses of ServiceLocator in org.eclipse.aether.spi.locator
Methods in org.eclipse.aether.spi.locator with parameters of type ServiceLocator Modifier and Type Method Description voidService. 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 ServiceLocator Modifier and Type Method Description voidWagonTransporterFactory. initService(ServiceLocator locator)
-