| Package | Description |
|---|---|
| com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServiceLoaderCondition |
| Modifier and Type | Method and Description |
|---|---|
static <S> List<S> |
ServiceLoader.load(Class<S> clazz,
ServiceLoaderCondition serviceLoaderCondition) |
static <S> List<S> |
ServiceLoader.load(ClassLoader classLoader,
Class<S> clazz,
ServiceLoaderCondition serviceLoaderCondition) |