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 amainmethod 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 intCliMain. run(CliArgs args)Has to be implemented to handle that givenCliArgsand 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 intNlsMain. 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 CliArgsCliInvalidUsageException. getArgs()Constructors in io.github.mmm.nls.cli.exception with parameters of type CliArgs Constructor Description CliInvalidUsageException(CliArgs args)The constructor.
-