Package org.ini4j.spi

Class OptionsFormatter

    • Constructor Detail

      • OptionsFormatter

        public OptionsFormatter()
    • Method Detail

      • 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)