- 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 fromNlsBundleclasses.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNlsSynchronizer.SynchronizerCommand 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 voidmain(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.
-
-