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, pathFrom
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
defaultClassLoader, matches
public 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 ConfigurationLoader
Copyright © 2020. All rights reserved.