インターフェース CommandLineArgsProvider

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

public interface CommandLineArgsProvider
各パーティションの実行に渡されるコマンドライン引数のカスタマイズを可能にする戦略。
導入:
1.1.0
作成者:
Michael Minella
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    getCommandLineArgs(org.springframework.batch.item.ExecutionContext executionContext)
    指定された ExecutionContext のパーティションの ワーカーに渡されるコマンドライン引数の一意のリストを返します。
  • メソッドの詳細

    • getCommandLineArgs

      ListSE<StringSE> getCommandLineArgs(org.springframework.batch.item.ExecutionContext executionContext)
      指定された ExecutionContext のパーティションの ワーカーに渡されるコマンドライン引数の一意のリストを返します。注: このメソッドはパーティションごとに 1 回呼び出されます。
      パラメーター:
      executionContext - 実行されるステップの一意の状態。
      戻り値:
      ワーカーに渡されるフォーマットされたコマンドライン引数のリスト (リストはスペースで結合されます)。