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