- All Implemented Interfaces:
- org.springframework.boot.CommandLineRunner, org.springframework.boot.ExitCodeGenerator
@SpringBootApplication
public class MuleRuntimeUpgradeToolApplication
extends Object
implements org.springframework.boot.CommandLineRunner, org.springframework.boot.ExitCodeGenerator
Main class of the tool.
This class tries to execute the arguments received by the command line. In case that everything is ok, executes the commands
correctly, but in case of error, throws an specific exception.