Class Main
java.lang.Object
org.apache.ignite.migrationtools.cli.Main
Main.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intexecuteCommand(String[] args) Executes the builds and executes the picocli command.static voidEntry point.
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
Entry point.- Parameters:
args- ignore.
-
executeCommand
Executes the builds and executes the picocli command.- Parameters:
args- Command line arguments.- Returns:
- The status code of the command.
-