| Package | Description |
|---|---|
| org.cyclopsgroup.jcli.spi |
Service provider API for implementations
|
| Modifier and Type | Method and Description |
|---|---|
CommandLineBuilder |
CommandLineBuilder.withArgument(String argument) |
CommandLineBuilder |
CommandLineBuilder.withArguments(Collection<String> arguments) |
CommandLineBuilder |
CommandLineBuilder.withLongFlag(String name)
Add a flag option with its long name
|
CommandLineBuilder |
CommandLineBuilder.withLongOption(String name,
String value)
Add an option with its long name
|
CommandLineBuilder |
CommandLineBuilder.withShortFlag(String name)
Add a flag option with its short name
|
CommandLineBuilder |
CommandLineBuilder.withShortOption(String name,
String value)
Add an option with its short name
|
Copyright © 2008–2018. All rights reserved.