public class SpiLoadFactory
extends java.lang.Object
| Constructor and Description |
|---|
SpiLoadFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <S> java.util.ServiceLoader<S> |
loadAll(java.lang.Class<S> clazz)
Load all service loader.
|
static <S> S |
loadFirst(java.lang.Class<S> clazz)
Load first s.
|
public static <S> S loadFirst(java.lang.Class<S> clazz)
S - the type parameterclazz - the clazzpublic static <S> java.util.ServiceLoader<S> loadAll(java.lang.Class<S> clazz)
S - the type parameterclazz - the clazzCopyright © 2024 The Apache Software Foundation. All rights reserved.