|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ComponentSpecification public interface CliParserBuilder
This is the interface used to build a
CliParser from a given object.
| Method Summary | |
|---|---|
CliParser |
build(Object pojo)
This method builds a CliParser instance from the given
Pojo. |
| Method Detail |
|---|
CliParser build(Object pojo)
CliParser instance from the given
Pojo. The following applies for the class
reflecting this pojo:
CliOption and / or CliArgument.CliClass.main-program itself, but it
can be any Pojo.
pojo - is the annotated object for the CLI-state.
CliParser used to
parse the
commandline-arguments and potentially
print the help.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||