@ComponentSpecification public interface CliParserBuilder
Modifier and Type | Method and Description |
---|---|
CliParser |
build(Object pojo)
|
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
.Copyright © 2001–2016 mmm-Team. All rights reserved.