Package org.ini4j.spi

Class IniFormatter

  • All Implemented Interfaces:
    IniHandler

    public class IniFormatter
    extends Object
    implements IniHandler
    • Constructor Detail

      • IniFormatter

        public IniFormatter()
    • Method Detail

      • startSection

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

        public void handleComment​(String comment)
      • handleOption

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

        protected Config getConfig()
      • setConfig

        protected void setConfig​(Config value)
      • getOutput

        protected PrintWriter getOutput()
      • setOutput

        protected void setOutput​(PrintWriter value)