public class PathConfigurationLoader extends AbstractPathConfigurationLoader implements ConfigurationLoader
loader| Constructor and Description |
|---|
PathConfigurationLoader(ClassLoader loader,
List<Path> configurationPaths) |
PathConfigurationLoader(ClassLoader loader,
Path... configurationPaths) |
PathConfigurationLoader(List<Path> configurationPaths) |
PathConfigurationLoader(Path... configurationPaths) |
| Modifier and Type | Method and Description |
|---|---|
<T> Stream<T> |
load(Class<T> clazz,
Object... args) |
configFrom, configsFrom, logLoad, pathFromclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultClassLoader, matchespublic PathConfigurationLoader(Path... configurationPaths)
public PathConfigurationLoader(ClassLoader loader, Path... configurationPaths)
public PathConfigurationLoader(ClassLoader loader, List<Path> configurationPaths)
public <T> Stream<T> load(Class<T> clazz, Object... args)
load in interface ConfigurationLoaderCopyright © 2020. All rights reserved.