Uses of Class
io.github.mmm.cli.CliArgs
-
Packages that use CliArgs Package Description io.github.mmm.cli Contains the API and implementation to parse the arguments of amain
method from a command-line-interface (CLI).io.github.mmm.nls.cli Contains native language support (NLS) for command-line-interfaces (CLI).io.github.mmm.nls.cli.exception Contains common CLI exceptions with native language support. -
-
Uses of CliArgs in io.github.mmm.cli
Methods in io.github.mmm.cli with parameters of type CliArgs Modifier and Type Method Description abstract int
CliMain. run(CliArgs args)
Has to be implemented to handle that givenCliArgs
and do the program logic. -
Uses of CliArgs in io.github.mmm.nls.cli
Methods in io.github.mmm.nls.cli with parameters of type CliArgs Modifier and Type Method Description int
NlsMain. run(CliArgs args)
-
Uses of CliArgs in io.github.mmm.nls.cli.exception
Methods in io.github.mmm.nls.cli.exception that return CliArgs Modifier and Type Method Description CliArgs
CliInvalidUsageException. getArgs()
Constructors in io.github.mmm.nls.cli.exception with parameters of type CliArgs Constructor Description CliInvalidUsageException(CliArgs args)
The constructor.
-