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