org.ini4j.spi
Class OptionsFormatter
Object
org.ini4j.spi.OptionsFormatter
- All Implemented Interfaces:
- OptionsHandler
public class OptionsFormatter
- extends Object
- implements OptionsHandler
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionsFormatter
public OptionsFormatter()
newInstance
public static OptionsFormatter newInstance(Writer out,
Config config)
endOptions
public void endOptions()
- Specified by:
endOptions
in interface OptionsHandler
startOptions
public void startOptions()
- Specified by:
startOptions
in interface OptionsHandler
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)
Copyright © 2011. All Rights Reserved.