Class PartitionPropertyResolver
- java.lang.Object
-
- org.apache.batchee.container.modelresolver.impl.AbstractPropertyResolver<Partition>
-
- org.apache.batchee.container.modelresolver.impl.PartitionPropertyResolver
-
- All Implemented Interfaces:
PropertyResolver<Partition>
public class PartitionPropertyResolver extends AbstractPropertyResolver<Partition>
-
-
Field Summary
-
Fields inherited from class org.apache.batchee.container.modelresolver.impl.AbstractPropertyResolver
isPartitionedStep, UNRESOLVED_PROP_VALUE
-
-
Constructor Summary
Constructors Constructor Description PartitionPropertyResolver(boolean isPartitionStep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Partition
substituteProperties(Partition partition, 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.AbstractPropertyResolver
replaceAllProperties, resolveElementProperties, substituteProperties
-
-
-
-
Method Detail
-
substituteProperties
public Partition substituteProperties(Partition partition, Properties submittedProps, Properties parentProps)
Description copied from interface:PropertyResolver
Performs 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 parametersparentProps
- Properties inherited from parent elements- Returns:
-
-