Package | Description |
---|---|
com.lexicalscope.jewel.cli |
Modifier and Type | Method and Description |
---|---|
static <O> Cli<O> |
CliFactory.createCli(Class<O> klass)
Construct a Cli from an annotated interface definition
|
static <O> Cli<O> |
CliFactory.createCliUsingInstance(O options)
Construct a Cli from an annotated class
|
static <O> O |
CliFactory.parseArguments(Class<O> klass,
String... arguments)
Parse arguments from an annotated interface definition
|
static <O> O |
CliFactory.parseArgumentsUsingInstance(O options,
String... arguments)
Parse arguments from an annotated class instance
|
Copyright © 2006-2013 lexicalscope. All Rights Reserved.