パッケージ 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
  • フィールドのサマリー

    フィールド
    修飾子と型
    フィールド
    説明
    static final int
    このランナーが他の ApplicationRunner Bean に対して実行される優先順位
  • コンストラクターの概要

    コンストラクター
    コンストラクター
    説明
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void
    run(org.springframework.boot.ApplicationArguments args)

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • フィールドの詳細

    • 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.ApplicationRunnerrun 
      例外:
      ExceptionSE