クラス InlineStepParser

java.lang.ObjectSE
org.springframework.batch.core.configuration.xml.AbstractStepParser
org.springframework.batch.core.configuration.xml.InlineStepParser

public class InlineStepParser extends AbstractStepParser
ジョブ内の <step/> 要素の内部パーサー。ステップ要素は、Step の Bean 定義を参照し、(オプションで)そのステップから他のステップへの遷移のセットを <next on="pattern" to="stepName" /> でリストします。JobParser によって使用されます。
導入:
2.0
作成者:
Dave Syer, Thomas Risberg
関連事項:
  • フィールドサマリー

    クラス org.springframework.batch.core.configuration.xml.AbstractStepParser から継承されたフィールド

    ID_ATTR
  • コンストラクターのサマリー

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

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

    クラス org.springframework.batch.core.configuration.xml.AbstractStepParser から継承されたメソッド

    parseStep

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

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

    • InlineStepParser

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

    • parse

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