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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoverride(ConfijNode rootNode)
-
-
-
Constructor Detail
-
OrSource
public OrSource(@NonNull @NonNull ConfijSource one, @NonNull @NonNull ConfijSource or, ConfijSource... orEven)
-
-
Method Detail
-
override
public void override(ConfijNode rootNode)
- Specified by:
overridein interfaceConfijSource
-
-