public class Services extends Object
ServiceLoader.| Constructor and Description |
|---|
Services() |
| Modifier and Type | Method and Description |
|---|---|
static <E> Collection<E> |
get(Class<? extends E> service)
Lookup implementations of the supplied SPI.
|
static <E extends Weighted> |
getSorted(Class<? extends E> service)
Lookup implementations of the supplied SPI.
|
public static <E> Collection<E> get(Class<? extends E> service)
Copyright © 2018. All Rights Reserved.