public interface ConfigServiceProvider
cagey-config-core to discover implementations of this
SPI; it is the thing that must be implemented to extend the configuration ecosystem. The path provided to
load is implementation specific; it is completely designed by the extension implementor. The use should
be documented in the extension package.| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
ConfigSource |
load(ClassLoader loader,
String path) |
String getName()
ConfigSource load(ClassLoader loader, String path) throws IllegalPathException
IllegalPathExceptionCopyright © 2018. All rights reserved.