- java.lang.Object
-
- io.github.mmm.nls.cli.AbstractCliCommand
-
- io.github.mmm.nls.sync.NlsSynchronizer.Synchronizer
-
- All Implemented Interfaces:
CliCommand
- Enclosing class:
- NlsSynchronizer
public static class NlsSynchronizer.Synchronizer extends AbstractCliCommand
Command to do the actual sync.
-
-
Constructor Summary
Constructors Constructor Description Synchronizer()
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
run()
Executes thisCliCommand
.-
Methods inherited from class io.github.mmm.nls.cli.AbstractCliCommand
add, console, getHelp, getProperties
-
-
-
-
Method Detail
-
run
public int run()
Description copied from interface:CliCommand
Executes thisCliCommand
.- Returns:
- the
exit code
.
-
-