Uses of Class
org.sonatype.aether.impl.internal.DefaultServiceLocator

Packages that use DefaultServiceLocator
org.sonatype.aether.impl.internal   
 

Uses of DefaultServiceLocator in org.sonatype.aether.impl.internal
 

Methods in org.sonatype.aether.impl.internal that return DefaultServiceLocator
<T> DefaultServiceLocator
DefaultServiceLocator.addService(Class<T> type, Class<? extends T> impl)
          Adds the implementation class for a service.
<T> DefaultServiceLocator
DefaultServiceLocator.setService(Class<T> type, Class<? extends T> impl)
          Sets the implementation class for a service.
<T> DefaultServiceLocator
DefaultServiceLocator.setServices(Class<T> type, T... services)
          Sets the instances for a service.
 



Copyright © 2010-2012. All Rights Reserved.