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(java.lang.Class<T> type, java.lang.Class<? extends T> impl)
          Adds the implementation class for a service.
<T> DefaultServiceLocator
DefaultServiceLocator.setService(java.lang.Class<T> type, java.lang.Class<? extends T> impl)
          Sets the implementation class for a service.
<T> DefaultServiceLocator
DefaultServiceLocator.setServices(java.lang.Class<T> type, T... services)
          Sets the instances for a service.
 



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