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 the ConfigSourceBuilders 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

    Modifier and Type Method Description
    void override​(ConfijNode rootNode)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AnySourceImpl

      public AnySourceImpl()
  • Method Details