public class PartitionParser
extends java.lang.Object
| Constructor and Description |
|---|
PartitionParser(java.lang.String stepName,
boolean allowStartIfComplete) |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected void |
parsePartitionPlan(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
java.lang.String stepName,
org.springframework.beans.MutablePropertyValues properties) |
public PartitionParser(java.lang.String stepName,
boolean allowStartIfComplete)
stepName - the name of the step that is being partitionedpublic 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)
protected void parsePartitionPlan(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
java.lang.String stepName,
org.springframework.beans.MutablePropertyValues properties)