Package org.ini4j.spi

Class IniFormatter

  • All Implemented Interfaces:
    IniHandler

    public class IniFormatter
    extends java.lang.Object
    implements IniHandler
    • Constructor Detail

      • IniFormatter

        public IniFormatter()
    • Method Detail

      • newInstance

        public static IniFormatter newInstance​(java.io.Writer out,
                                               Config config)
      • startSection

        public void startSection​(java.lang.String sectionName)
        Specified by:
        startSection in interface IniHandler
      • handleComment

        public void handleComment​(java.lang.String comment)
      • handleOption

        public void handleOption​(java.lang.String optionName,
                                 java.lang.String optionValue)
      • getConfig

        protected Config getConfig()
      • setConfig

        protected void setConfig​(Config value)
      • getOutput

        protected java.io.PrintWriter getOutput()
      • setOutput

        protected void setOutput​(java.io.PrintWriter value)