クラス ViewComponentExecutor

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

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

    • ViewComponentExecutor

      public ViewComponentExecutor()
  • メソッドの詳細

    • close

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

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

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