パッケージ org.springframework.shell

クラス DefaultShellApplicationRunner

java.lang.ObjectSE
org.springframework.shell.DefaultShellApplicationRunner
実装済みのインターフェース一覧:
org.springframework.boot.ApplicationRunnerShellApplicationRunner

@Order(0) public class DefaultShellApplicationRunner extends ObjectSE implements ShellApplicationRunner
シェルを処理できる最初に順序付けされた ShellRunner にディスパッチするデフォルトの ShellApplicationRunner
  • フィールドの詳細

    • PRECEDENCE

      public static final int PRECEDENCE
      このランナーが他の ApplicationRunner Bean に対して実行される優先順位
      関連事項:
  • コンストラクターの詳細

    • DefaultShellApplicationRunner

      public DefaultShellApplicationRunner(ListSE<ShellRunner> shellRunners)
  • 方法の詳細

    • run

      public void run(org.springframework.boot.ApplicationArguments args) throws ExceptionSE
      次で指定:
      インターフェース org.springframework.boot.ApplicationRunner 内の run 
      例外:
      ExceptionSE