public class ExtensionLoader extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
ExtensionLoader(Path extensionsDir) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
load(java.util.function.Consumer<T> registerFunc,
java.util.function.Predicate<Class<?>> predicate) |
public ExtensionLoader(Path extensionsDir)
public <T> void load(java.util.function.Consumer<T> registerFunc, java.util.function.Predicate<Class<?>> predicate) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2020–2021 ICIJ. All rights reserved.