Package ch.kk7.confij.source.any
Class AnySourceImpl
- java.lang.Object
-
- ch.kk7.confij.source.any.AnySourceImpl
-
- All Implemented Interfaces:
ConfijSource
public class AnySourceImpl extends java.lang.Object implements ConfijSource
An 'aggregating' configuration source provider: It will attempt to configure using any of theConfigSourceBuilders registered as ServiceLoaders. It takes an URI-template as input. This template is resolved with the configuration-rootNode before processing it further.- See Also:
ConfijAnySource
-
-
Constructor Summary
Constructors Constructor Description AnySourceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoverride(ConfijNode rootNode)
-
-
-
Method Detail
-
override
public void override(ConfijNode rootNode)
- Specified by:
overridein interfaceConfijSource
-
-