インターフェース SystemProcessExitCodeMapper

すべての既知の実装クラス:
ConfigurableSystemProcessExitCodeMapperSimpleSystemProcessExitCodeMapper

public interface SystemProcessExitCodeMapper
システムプロセスの終了コードを、システムコマンドによって返される ExitStatus 値にマップします。SystemCommandTasklet で使用するために設計されています。
作成者:
Robert Kasanicky
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    getExitStatus(int exitCode)
  • メソッドの詳細

    • getExitStatus

      ExitStatus getExitStatus(int exitCode)
      パラメーター:
      exitCode - システムプロセスによって返された終了コード
      戻り値:
      systemExitCode パラメーター値に適した ExitStatus