| Package | Description |
|---|---|
| org.sonatype.aether.impl.internal |
| Modifier and Type | Method and Description |
|---|---|
<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-2014 Sonatype, Inc.. All Rights Reserved.