Package org.ini4j.spi
Class IniFormatter
Object
org.ini4j.spi.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
public void endIni()- Specified by:
endIniin interfaceIniHandler
-
endSection
public void endSection()- Specified by:
endSectionin interfaceIniHandler
-
startIni
public void startIni()- Specified by:
startIniin interfaceIniHandler
-
startSection
- Specified by:
startSectionin interfaceIniHandler
-
handleComment
-
handleOption
-
getConfig
-
setConfig
-
getOutput
-
setOutput
-