Package ch.kk7.confij.source.any
Class FixResourceFixFormatSource
java.lang.Object
ch.kk7.confij.source.any.FixResourceFixFormatSource
- All Implemented Interfaces:
ConfijSource
public class FixResourceFixFormatSource extends java.lang.Object implements ConfijSource
An immutable mapping between a source (like a file) and a format (like properties).
- See Also:
AnyResourceAnyFormatAnySource
-
Constructor Summary
Constructors Constructor Description FixResourceFixFormatSource() -
Method Summary
Modifier and Type Method Description voidoverride(ConfijNode rootNode)static voidoverride(ConfijNode rootNode, ConfijFormat format, ConfijResource.ResourceContent content)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FixResourceFixFormatSource
public FixResourceFixFormatSource()
-
-
Method Details
-
override
- Specified by:
overridein interfaceConfijSource
-
override
public static void override(ConfijNode rootNode, ConfijFormat format, ConfijResource.ResourceContent content)
-