| Package | Description |
|---|---|
| com.lexicalscope.jewel.cli | |
| com.lexicalscope.jewel.cli.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
HelpRequestedException
The user requested help
|
| Modifier and Type | Method and Description |
|---|---|
static <O> O |
CliFactory.parseArguments(Class<O> klass,
String... arguments)
Parse arguments from an annotated interface definition
|
O |
Cli.parseArguments(String... arguments)
Parse the arguments and present them as an instance of the interface O
|
static <O> O |
CliFactory.parseArgumentsUsingInstance(O options,
String... arguments)
Parse arguments from an annotated class instance
|
void |
ValidationErrorBuilder.validate() |
void |
ValidationErrorBuilderImpl.validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArgumentParser.parseArguments(ParsedArguments parsedArguments,
String... arguments) |
Copyright © 2006-2014 lexicalscope. All Rights Reserved.