Class StepPropertyResolver
- java.lang.Object
- 
- org.apache.batchee.container.modelresolver.impl.AbstractPropertyResolver<Step>
- 
- org.apache.batchee.container.modelresolver.impl.StepPropertyResolver
 
 
- 
- All Implemented Interfaces:
- PropertyResolver<Step>
 
 public class StepPropertyResolver extends AbstractPropertyResolver<Step> 
- 
- 
Field Summary- 
Fields inherited from class org.apache.batchee.container.modelresolver.impl.AbstractPropertyResolverisPartitionedStep, UNRESOLVED_PROP_VALUE
 
- 
 - 
Constructor SummaryConstructors Constructor Description StepPropertyResolver(boolean isPartitionStep)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StepsubstituteProperties(Step step, Properties submittedProps, Properties parentProps)Performs property substitution on a given batch element b and all nested sub elements.- 
Methods inherited from class org.apache.batchee.container.modelresolver.impl.AbstractPropertyResolverreplaceAllProperties, resolveElementProperties, substituteProperties
 
- 
 
- 
- 
- 
Method Detail- 
substitutePropertiespublic Step substituteProperties(Step step, Properties submittedProps, Properties parentProps) Description copied from interface:PropertyResolverPerforms property substitution on a given batch element b and all nested sub elements. The given batch element is directly modified by this method.- submittedProps- Properties submitted as job parameters
- parentProps- Properties inherited from parent elements
- Returns:
 
 
- 
 
-