Package org.ini4j.spi
Class IniFormatter
Object
IniFormatter
- All Implemented Interfaces:
IniHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
endIni()
void
protected Config
protected PrintWriter
void
handleComment
(String comment) void
handleOption
(String optionName, String optionValue) static IniFormatter
newInstance
(Writer out, Config config) protected void
protected void
setOutput
(PrintWriter value) void
startIni()
void
startSection
(String sectionName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ini4j.spi.IniHandler
handleComment, handleOption
-
Constructor Details
-
IniFormatter
public IniFormatter()
-
-
Method Details
-
newInstance
-
endIni
- Specified by:
endIni
in interfaceIniHandler
-
endSection
- Specified by:
endSection
in interfaceIniHandler
-
startIni
- Specified by:
startIni
in interfaceIniHandler
-
startSection
- Specified by:
startSection
in interfaceIniHandler
-
handleComment
-
handleOption
-
getConfig
-
setConfig
-
getOutput
-
setOutput
-