Uses of Class
io.github.mmm.nls.cli.AbstractCliCommand
-
Packages that use AbstractCliCommand Package Description io.github.mmm.nls.cli Contains native language support (NLS) for command-line-interfaces (CLI).io.github.mmm.nls.sync Provides a command-line-interface to synchronize resource bundles for localization. -
-
Uses of AbstractCliCommand in io.github.mmm.nls.cli
Subclasses of AbstractCliCommand in io.github.mmm.nls.cli Modifier and Type Class Description class
CliCommandHelp
CliCommand
to print the help of the program.class
CliCommandVersion
CliCommand
to print the version of the program. -
Uses of AbstractCliCommand in io.github.mmm.nls.sync
Subclasses of AbstractCliCommand in io.github.mmm.nls.sync Modifier and Type Class Description static class
NlsSynchronizer.Synchronizer
Command to do the actual sync.
-