Class AbstractPropertyResolver<B>

    • Field Detail

      • isPartitionedStep

        protected boolean isPartitionedStep
    • Constructor Detail

      • AbstractPropertyResolver

        public AbstractPropertyResolver​(boolean isPartitionStep)
    • Method Detail

      • resolveElementProperties

        protected Properties resolveElementProperties​(List<Property> elementProperties,
                                                      Properties submittedProps,
                                                      Properties parentProps)
        Parameters:
        elementProperties - xml properties that are direct children of the current element
        submittedProps - submitted job properties
        parentProps - resolved parent properties
        Returns:
        the properties associated with this elements scope
      • replaceAllProperties

        protected String replaceAllProperties​(String str,
                                              Properties submittedProps,
                                              Properties xmlProperties)
        Replace all the properties in String str.
        Parameters:
        str -
        submittedProps -
        xmlProperties -
        Returns: