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