Package ch.kk7.confij.source.logical
Class OrSource
java.lang.Object
ch.kk7.confij.source.logical.OrSource
- All Implemented Interfaces:
ConfijSource
public class OrSource extends java.lang.Object implements ConfijSource
-
Constructor Summary
Constructors Constructor Description OrSource(@NonNull ConfijSource one, @NonNull ConfijSource or, ConfijSource... orEven) -
Method Summary
Modifier and Type Method Description voidoverride(ConfijNode rootNode)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OrSource
public OrSource(@NonNull @NonNull ConfijSource one, @NonNull @NonNull ConfijSource or, ConfijSource... orEven)
-
-
Method Details
-
override
- Specified by:
overridein interfaceConfijSource
-