Package org.ini4j.spi
Class OptionsFormatter
Object
org.ini4j.spi.OptionsFormatter
- All Implemented Interfaces:
OptionsHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected Configprotected PrintWritervoidhandleComment(String comment) voidhandleOption(String optionName, String optionValue) static OptionsFormatternewInstance(Writer out, Config config) protected voidprotected voidsetOutput(PrintWriter value) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ini4j.spi.OptionsHandler
handleComment, handleOption
-
Constructor Details
-
OptionsFormatter
public OptionsFormatter()
-
-
Method Details
-
newInstance
-
endOptions
public void endOptions()- Specified by:
endOptionsin interfaceOptionsHandler
-
startOptions
public void startOptions()- Specified by:
startOptionsin interfaceOptionsHandler
-
handleComment
-
handleOption
-
getConfig
-
setConfig
-
getOutput
-
setOutput
-