|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceLocator | |
---|---|
org.sonatype.aether.connector.async | |
org.sonatype.aether.connector.file | |
org.sonatype.aether.impl.internal | |
org.sonatype.aether.spi.locator |
Uses of ServiceLocator in org.sonatype.aether.connector.async |
---|
Methods in org.sonatype.aether.connector.async with parameters of type ServiceLocator | |
---|---|
void |
AsyncRepositoryConnectorFactory.initService(ServiceLocator locator)
|
Uses of ServiceLocator in org.sonatype.aether.connector.file |
---|
Methods in org.sonatype.aether.connector.file with parameters of type ServiceLocator | |
---|---|
void |
FileRepositoryConnectorFactory.initService(ServiceLocator locator)
|
Uses of ServiceLocator in org.sonatype.aether.impl.internal |
---|
Classes in org.sonatype.aether.impl.internal that implement ServiceLocator | |
---|---|
class |
DefaultServiceLocator
A simple service locator that is already setup with all components from this library. |
Methods in org.sonatype.aether.impl.internal with parameters of type ServiceLocator | |
---|---|
void |
DefaultDependencyCollector.initService(ServiceLocator locator)
|
void |
DefaultMetadataResolver.initService(ServiceLocator locator)
|
void |
DefaultRepositoryEventDispatcher.initService(ServiceLocator locator)
|
void |
DefaultInstaller.initService(ServiceLocator locator)
|
void |
DefaultDeployer.initService(ServiceLocator locator)
|
void |
DefaultArtifactResolver.initService(ServiceLocator locator)
|
void |
DefaultRemoteRepositoryManager.initService(ServiceLocator locator)
|
void |
DefaultRepositorySystem.initService(ServiceLocator locator)
|
void |
DefaultUpdateCheckManager.initService(ServiceLocator locator)
|
Uses of ServiceLocator in org.sonatype.aether.spi.locator |
---|
Methods in org.sonatype.aether.spi.locator with parameters of type ServiceLocator | |
---|---|
void |
Service.initService(ServiceLocator locator)
Provides the opportunity to initialize this service and to acquire other services for its operation from the locator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |