Class HelpApplicationRunner
java.lang.Object
org.springframework.cloud.dataflow.shell.config.HelpApplicationRunner
- All Implemented Interfaces:
org.springframework.boot.ApplicationRunner
@Order(-20)
public class HelpApplicationRunner
extends Object
implements org.springframework.boot.ApplicationRunner
ApplicationRunner
that extends the basic help command to include a skipper specific help-text at the top
of the normal help command output.
Has higher precedence than InitializeConnectionApplicationRunner
so that it runs before that or any
shell runner.
- Since:
- 2.10
- Author:
- Chris Bono
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HelpApplicationRunner
public HelpApplicationRunner()
-
-
Method Details
-
run
- Specified by:
run
in interfaceorg.springframework.boot.ApplicationRunner
- Throws:
Exception
-