クラス ViewComponentExecutor

java.lang.ObjectSE
org.springframework.shell.component.ViewComponentExecutor
実装済みのインターフェース一覧:
AutoCloseableSE

public class ViewComponentExecutor extends ObjectSE implements AutoCloseableSE
ViewComponent のエグゼキュータ。このエグゼキュータの目的は、コマンドからブロックする必要がないようにコンポーネントをスレッドで実行することです。
  • コンストラクターの詳細

    • ViewComponentExecutor

      public ViewComponentExecutor()
  • 方法の詳細

    • close

      public void close() throws ExceptionSE
      次で指定:
      インターフェース AutoCloseableSE 内の close 
      例外:
      ExceptionSE
    • start

      public ViewComponent.ViewComponentRun start(RunnableSE runnable)
      実行可能ファイルを実行し、その後の操作に使用できる状態を返します。
      パラメーター:
      runnable - 実行可能
      戻り値:
      実行状態
    • stop

      public void stop()
      このエグゼキューターで以前に開始された ViewComponent を停止します。