Class PicoCliRunner
- java.lang.Object
-
- com.devonfw.module.batch.common.cli.PicoCliRunner
-
- All Implemented Interfaces:
org.springframework.boot.CommandLineRunner
,org.springframework.boot.ExitCodeGenerator
@Component public class PicoCliRunner extends Object implements org.springframework.boot.ExitCodeGenerator, org.springframework.boot.CommandLineRunner
Spring Application Runner, which executes our CLI application via PicoCli.
-
-
Constructor Summary
Constructors Constructor Description PicoCliRunner()
-