クラス DecisionParser

java.lang.ObjectSE
org.springframework.batch.core.configuration.xml.DecisionParser

public class DecisionParser extends ObjectSE
ジョブ内の <decision/> 要素の内部パーサー。決定要素は、JobExecutionDecider の Bean 定義を参照し、<next on="pattern" to="stepName" /> を使用して他の状態への遷移のセットをリストします。JobParser によって使用されます。
作成者:
Dave Syer
関連事項:
  • コンストラクターのサマリー

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

    修飾子と型
    メソッド
    説明
    CollectionSE<org.springframework.beans.factory.config.BeanDefinition>
    parse(ElementSE element, org.springframework.beans.factory.xml.ParserContext parserContext)
    決定を解析し、遷移のリストに変換します。

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

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • コンストラクターの詳細

    • DecisionParser

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

    • parse

      public CollectionSE<org.springframework.beans.factory.config.BeanDefinition> parse(ElementSE element, org.springframework.beans.factory.xml.ParserContext parserContext)
      決定を解析し、遷移のリストに変換します。
      パラメーター:
      element - < 決定 / gt; 解析する要素
      parserContext - Bean ファクトリのパーサーコンテキスト
      戻り値:
      StateTransition インスタンスオブジェクトの Bean 定義のコレクション