public class GetInstancesFromServiceLoader<T> extends Object implements PrivilegedAction<List<T>>
Modifier and Type | Method and Description |
---|---|
static <T> GetInstancesFromServiceLoader<T> |
action(ClassLoader primaryClassLoader,
Class<T> serviceClass) |
List<T> |
run() |
public static <T> GetInstancesFromServiceLoader<T> action(ClassLoader primaryClassLoader, Class<T> serviceClass)
Copyright © 2019 JBoss by Red Hat. All rights reserved.