public class ForwardingServiceLoader<T> extends Object
Constructor and Description |
---|
ForwardingServiceLoader(ServiceLoader<T> serviceLoader) |
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
iterator() |
static <T> ForwardingServiceLoader<T> |
loadWithSystemServiceLoader(Class<T> service) |
static <T> ForwardingServiceLoader<T> |
loadWithSystemServiceLoader(Class<T> service,
ClassLoader classLoader) |
void |
reload() |
public ForwardingServiceLoader(ServiceLoader<T> serviceLoader)
public void reload()
public static <T> ForwardingServiceLoader<T> loadWithSystemServiceLoader(Class<T> service)
public static <T> ForwardingServiceLoader<T> loadWithSystemServiceLoader(Class<T> service, ClassLoader classLoader)
Copyright © 2019 ninjaframework. All rights reserved.