public static class HelpFormatter.Builder extends AbstractHelpFormatter.Builder<HelpFormatter.Builder,HelpFormatter>
TextHelpAppendable writing to System.outOptionFormatter.Builder| Modifier | Constructor | Description |
|---|---|---|
protected |
Builder() |
Constructs a new instace.
|
| Modifier and Type | Method | Description |
|---|---|---|
HelpFormatter |
get() |
|
HelpFormatter.Builder |
setShowSince(boolean showSince) |
Sets the showSince flag.
|
asThis, getComparator, getHelpAppendable, getOptionFormatBuilder, getOptionGroupSeparator, setComparator, setHelpAppendable, setOptionFormatBuilder, setOptionGroupSeparatorprotected Builder()
Sets showSince to true.
public HelpFormatter get()
public HelpFormatter.Builder setShowSince(boolean showSince)
showSince - the desired value of the showSince flag.this instance.Copyright © 2002-2025 The Apache Software Foundation. All rights reserved.Apache Commons CLI | Issue management | Source repository