public interface ServiceLoader<T>
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getAllInstances() |
T |
getInstance() |
T |
getInstance(Class<? extends T> providerClass) |
T |
getInstance(String name) |
Map<String,T> |
getInstances() |
Copyright © 2018. All rights reserved.