public class OptionsFormatter extends Object implements OptionsHandler
| Constructor and Description |
|---|
OptionsFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
endOptions() |
protected Config |
getConfig() |
protected PrintWriter |
getOutput() |
void |
handleComment(List<String> comment) |
void |
handleEmptyLine() |
void |
handleEmptyLine() |
void |
handleOption(String optionName,
String optionValue) |
static OptionsFormatter |
newInstance(Writer out,
Config config) |
protected void |
setConfig(Config value) |
protected void |
setOutput(PrintWriter value) |
void |
startOptions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleComment, handleOptionpublic static OptionsFormatter newInstance(Writer out, Config config)
public void endOptions()
endOptions in interface OptionsHandlerpublic void startOptions()
startOptions in interface OptionsHandlerpublic void handleEmptyLine()
public void handleEmptyLine()
protected Config getConfig()
protected void setConfig(Config value)
protected PrintWriter getOutput()
protected void setOutput(PrintWriter value)
Copyright © 2001–2025. All rights reserved.