- java.lang.Object
-
- io.github.mmm.cli.CliMain
-
- io.github.mmm.nls.cli.NlsMain
-
- io.github.mmm.nls.sync.NlsSynchronizer
-
public class NlsSynchronizer extends NlsMain
Main program
(CLI) to synchronize resource bundles for localization fromNlsBundle
classes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NlsSynchronizer.Synchronizer
Command to do the actual sync.
-
Constructor Summary
Constructors Constructor Description NlsSynchronizer()
The constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
-
Methods inherited from class io.github.mmm.nls.cli.NlsMain
add, getProgramName, isPrintHelpPerCommand, isTolerateDuplicateOptions, printHelp, run
-
Methods inherited from class io.github.mmm.cli.CliMain
console, error, error, getVersion, run, runAndExit
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
- Parameters:
args
- the CLI arguments.
-
-