Package | Description |
---|---|
org.eclipse.aether.impl |
The provisional interfaces defining the various sub components that implement the repository system.
|
Modifier and Type | Method and Description |
---|---|
<T> DefaultServiceLocator |
DefaultServiceLocator.addService(java.lang.Class<T> type,
java.lang.Class<? extends T> impl)
Adds an 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.
|