Package org.ini4j.spi
Class OptionsFormatter
Object
org.ini4j.spi.OptionsFormatter
- All Implemented Interfaces:
OptionsHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected Config
protected PrintWriter
void
handleComment
(String comment) void
handleOption
(String optionName, String optionValue) static OptionsFormatter
newInstance
(Writer out, Config config) protected void
protected void
setOutput
(PrintWriter value) void
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.OptionsHandler
handleComment, handleOption
-
Constructor Details
-
OptionsFormatter
public OptionsFormatter()
-
-
Method Details
-
newInstance
-
endOptions
public void endOptions()- Specified by:
endOptions
in interfaceOptionsHandler
-
startOptions
public void startOptions()- Specified by:
startOptions
in interfaceOptionsHandler
-
handleComment
-
handleOption
-
getConfig
-
setConfig
-
getOutput
-
setOutput
-