Class MaybeSource

java.lang.Object
ch.kk7.confij.source.logical.MaybeSource
All Implemented Interfaces:
ConfijSource

public class MaybeSource
extends java.lang.Object
implements ConfijSource
  • Constructor Summary

    Constructors
    Constructor Description
    MaybeSource()  
  • 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

    • MaybeSource

      public MaybeSource()
  • Method Details