public class ServiceFinder extends Object
ServiceLoader replacement which understands multiple
classpaths| Constructor and Description |
|---|
ServiceFinder() |
| Modifier and Type | Method and Description |
|---|---|
static <S> Collection<Class<S>> |
load(Class<S> service,
ClassLoader... loaders) |
public static <S> Collection<Class<S>> load(Class<S> service, ClassLoader... loaders)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.