Uses of Class
org.eclipse.aether.impl.DefaultServiceLocator
Package
Description
The provisional interfaces defining the various sub components that implement the repository system.
-
Uses of DefaultServiceLocator in org.eclipse.aether.impl
Modifier and TypeMethodDescriptionDefaultServiceLocator.addService
(Class<T> type, Class<? extends T> impl) Deprecated.Adds an implementation class for a service.DefaultServiceLocator.setService
(Class<T> type, Class<? extends T> impl) Deprecated.Sets the implementation class for a service.DefaultServiceLocator.setServices
(Class<T> type, T... services) Deprecated.Sets the instances for a service.