Uses of Interface
io.github.mmm.nls.cli.CliCommand
-
Packages that use CliCommand 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 CliCommand in io.github.mmm.nls.cli
Classes in io.github.mmm.nls.cli that implement CliCommand Modifier and Type Class Description class
AbstractCliCommand
Abstract base implementation ofCliCommand
.class
CliCommandHelp
CliCommand
to print the help of the program.class
CliCommandVersion
CliCommand
to print the version of the program.Methods in io.github.mmm.nls.cli with parameters of type CliCommand Modifier and Type Method Description protected void
NlsMain. add(CliCommand command)
-
Uses of CliCommand in io.github.mmm.nls.sync
Classes in io.github.mmm.nls.sync that implement CliCommand Modifier and Type Class Description static class
NlsSynchronizer.Synchronizer
Command to do the actual sync.
-