类 PartitionParser


  • public class PartitionParser
    extends java.lang.Object
    Parser for the <partition> element as defined by JSR-352.
    从以下版本开始:
    3.0
    作者:
    Michael Minella, Mahmoud Ben Hassine
    • 构造器概要

      构造器 
      构造器说明
      PartitionParser​(java.lang.String stepName, boolean allowStartIfComplete) 
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      voidparse​(org.w3c.dom.Element element, org.springframework.beans.factory.support.AbstractBeanDefinition bd, org.springframework.beans.factory.xml.ParserContext parserContext, java.lang.String stepName) 
      protected voidparsePartitionPlan​(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, java.lang.String stepName, org.springframework.beans.MutablePropertyValues properties) 
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • PartitionParser

        public PartitionParser​(java.lang.String stepName,
                               boolean allowStartIfComplete)
        参数:
        stepName - the name of the step that is being partitioned
        allowStartIfComplete - boolean to establish the allowStartIfComplete property for partition properties.
    • 方法详细资料

      • parse

        public void parse​(org.w3c.dom.Element element,
                          org.springframework.beans.factory.support.AbstractBeanDefinition bd,
                          org.springframework.beans.factory.xml.ParserContext parserContext,
                          java.lang.String stepName)
      • parsePartitionPlan

        protected void parsePartitionPlan​(org.w3c.dom.Element element,
                                          org.springframework.beans.factory.xml.ParserContext parserContext,
                                          java.lang.String stepName,
                                          org.springframework.beans.MutablePropertyValues properties)