Class TomlFormat

  • All Implemented Interfaces:
    ch.kk7.confij.source.format.ConfijFormat

    public class TomlFormat
    extends java.lang.Object
    implements ch.kk7.confij.source.format.ConfijFormat
    • Constructor Summary

      Constructors 
      Constructor Description
      TomlFormat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • TomlFormat

        public TomlFormat()
    • Method Detail

      • 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