public interface LoaderService
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
load(Class<T> serviceType)
Loads all active implementations for the given service-type
|
<T> List<T> |
load(Class<T> serviceType,
ClassLoader classLoader)
Loads all active implementations for the given service-type
|
<T> List<T> load(Class<T> serviceType)
T
- current typeserviceType
- base type of the services which should be loaded<T> List<T> load(Class<T> serviceType, ClassLoader classLoader)
T
- current typeserviceType
- base type of the services which should be loadedclassLoader
- Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.