Uses of Interface
org.sonatype.aether.spi.locator.ServiceLocator

Packages that use ServiceLocator
org.sonatype.aether.connector.async   
org.sonatype.aether.connector.file   
org.sonatype.aether.connector.wagon   
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.connector.wagon
 

Methods in org.sonatype.aether.connector.wagon with parameters of type ServiceLocator
 void WagonRepositoryConnectorFactory.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 DefaultUpdateCheckManager.initService(ServiceLocator locator)
           
 void DefaultRepositoryEventDispatcher.initService(ServiceLocator locator)
           
 void DefaultDependencyCollector.initService(ServiceLocator locator)
           
 void DefaultMetadataResolver.initService(ServiceLocator locator)
           
 void DefaultRepositorySystem.initService(ServiceLocator locator)
           
 void DefaultRemoteRepositoryManager.initService(ServiceLocator locator)
           
 void DefaultArtifactResolver.initService(ServiceLocator locator)
           
 void DefaultInstaller.initService(ServiceLocator locator)
           
 void DefaultDeployer.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.
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.