Package org.pentaho.di.core.service
Class PluginServiceLoader
- java.lang.Object
-
- org.pentaho.di.core.service.PluginServiceLoader
-
public class PluginServiceLoader extends Object
-
-
Constructor Summary
Constructors Constructor Description PluginServiceLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Collection<T>
loadServices(Class<T> apiInterface)
static <I,S extends I>
voidregisterService(Object provider, Class<I> apiInterface, S service, int priority)
-
-
-
Method Detail
-
loadServices
public static <T> Collection<T> loadServices(Class<T> apiInterface) throws KettlePluginException
- Throws:
KettlePluginException
-
-