クラス FlowElementParser

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

public class FlowElementParser extends ObjectSE
ジョブ内の <flow/> 要素の内部パーサー。
作成者:
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
  • コンストラクターの詳細

    • FlowElementParser

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

    • parse

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