Class CollectorPropertyResolver
- java.lang.Object
-
- org.apache.batchee.container.modelresolver.impl.AbstractPropertyResolver<Collector>
-
- org.apache.batchee.container.modelresolver.impl.CollectorPropertyResolver
-
- All Implemented Interfaces:
PropertyResolver<Collector>
public class CollectorPropertyResolver extends AbstractPropertyResolver<Collector>
-
-
Field Summary
-
Fields inherited from class org.apache.batchee.container.modelresolver.impl.AbstractPropertyResolver
isPartitionedStep, UNRESOLVED_PROP_VALUE
-
-
Constructor Summary
Constructors Constructor Description CollectorPropertyResolver(boolean isPartitionStep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collector
substituteProperties(Collector collector, 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 Collector substituteProperties(Collector collector, 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:
-
-