クラス AbstractStepParser

java.lang.ObjectSE
org.springframework.batch.core.configuration.xml.AbstractStepParser
既知の直属サブクラス
InlineStepParserStandaloneStepParser

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

    フィールド
    修飾子と型
    フィールド
    説明
    protected static final StringSE
    ステップパーサーの ID 属性。
  • コンストラクターのサマリー

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

    修飾子と型
    メソッド
    説明
    protected org.springframework.beans.factory.support.AbstractBeanDefinition
    parseStep(ElementSE stepElement, org.springframework.beans.factory.xml.ParserContext parserContext, StringSE jobFactoryRef)

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

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • フィールドの詳細

  • コンストラクターの詳細

    • AbstractStepParser

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

    • parseStep

      protected org.springframework.beans.factory.support.AbstractBeanDefinition parseStep(ElementSE stepElement, org.springframework.beans.factory.xml.ParserContext parserContext, StringSE jobFactoryRef)
      パラメーター:
      stepElement - <step/> 要素
      parserContext - ParserContext のインスタンス。
      jobFactoryRef - 囲んでいるタグからの JobParserJobFactoryBean への参照。不明な場合は "null" を使用します。
      戻り値:
      stepElement の AbstractBeanDefinition