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 Details

    • HelpApplicationRunner

      public HelpApplicationRunner()
  • Method Details

    • run

      public void run(org.springframework.boot.ApplicationArguments args) throws Exception
      Specified by:
      run in interface org.springframework.boot.ApplicationRunner
      Throws:
      Exception