public class ServiceLoaders extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
findRequiredService(Class<T> serviceClass) |
static <T> T |
findRequiredService(Matcher<T> matcher,
Class<T> serviceClass) |
static <T> T |
findService(Class<T> serviceClass) |
static <T> T |
findService(Matcher<T> matcher,
Class<T> serviceClass) |
Copyright © 2004–2014 Paul Ferraro. All rights reserved.