Package ch.kk7.confij.source.format
Class TomlFormat
java.lang.Object
ch.kk7.confij.source.format.TomlFormat
- All Implemented Interfaces:
ch.kk7.confij.source.format.ConfijFormat
public class TomlFormat
extends java.lang.Object
implements ch.kk7.confij.source.format.ConfijFormat
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTomlFormat.TomlAnyFormat -
Constructor Summary
Constructors Constructor Description TomlFormat() -
Method Summary
Modifier and Type Method Description voidoverride(ch.kk7.confij.tree.ConfijNode rootNode, java.lang.String content)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TomlFormat
public TomlFormat()
-
-
Method Details
-
override
public void override(ch.kk7.confij.tree.ConfijNode rootNode, java.lang.String content)- Specified by:
overridein interfacech.kk7.confij.source.format.ConfijFormat
-