| Package | Description |
|---|---|
| net.sourceforge.argparse4j.helper | |
| net.sourceforge.argparse4j.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
ASCIITextWidthCounter
This implementation assumes text contains only narrow characters,
|
class |
CJKTextWidthCounter
CJK aware TextWidthCounter implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TextHelper.printHelp(PrintWriter writer,
String title,
String help,
TextWidthCounter textWidthCounter,
int width) |
static String |
TextHelper.wrap(TextWidthCounter textWidthCounter,
String s,
int width,
int initialOffset,
String initialIndent,
String subsequentIndent) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArgumentImpl.printHelp(PrintWriter writer,
boolean defaultHelp,
TextWidthCounter textWidthCounter,
int width) |
| Constructor and Description |
|---|
ArgumentParserConfigurationImpl(String prog,
boolean addHelp,
String prefixChars,
String fromFilePrefix,
Locale locale,
TextWidthCounter textWidthCounter,
int formatWidth,
boolean singleMetavar,
boolean noDestConversionForPositionalArgs) |
Copyright © 2012–2017. All rights reserved.