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 class  TomlFormat.TomlAnyFormat  
  • Constructor Summary

    Constructors
    Constructor Description
    TomlFormat()  
  • Method Summary

    Modifier and Type Method Description
    void override​(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:
      override in interface ch.kk7.confij.source.format.ConfijFormat