Interface PropertyResolver<B>

    • Method Detail

      • substituteProperties

        B substituteProperties​(B b,
                               Properties submittedProps)
        Convenience method that is the same as calling substituteProperties(batchElement, submittedProps, null)
        Parameters:
        b -
        submittedProps -
      • substituteProperties

        B substituteProperties​(B b,
                               Properties submittedProps,
                               Properties parentProps)
        Performs property substitution on a given batch element b and all nested sub elements. The given batch element is directly modified by this method.
        Parameters:
        b -
        submittedProps - Properties submitted as job parameters
        parentProps - Properties inherited from parent elements
        Returns: