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