public interface PropertyResolver<B>
Modifier and Type | Method and Description |
---|---|
B |
substituteProperties(B b,
Properties submittedProps)
Convenience method that is the same as calling substituteProperties(batchElement,
submittedProps, null)
|
B |
substituteProperties(B b,
Properties submittedProps,
Properties parentProps)
Performs property substitution on a given batch element b and all nested
sub elements.
|
B substituteProperties(B b, Properties submittedProps)
b
- submittedProps
- B substituteProperties(B b, Properties submittedProps, Properties parentProps)
b
- submittedProps
- Properties submitted as job parametersparentProps
- Properties inherited from parent elementsCopyright © 2021 The Apache Software Foundation. All rights reserved.