Class TransformerPropertySetter


  • public class TransformerPropertySetter
    extends Object
    Provides methods to set and remove transformer properties and values.
    Author:
    Alan Davis
    • Constructor Detail

    • Method Detail

      • setProperties

        public int setProperties​(String propertyNamesAndValues)
        Sets transformer properties from the supplied multi line propertyNamesAndValues.
        Throws:
        IllegalArgumentException - if an unexpected line is found
      • removeProperties

        public int removeProperties​(String propertyNames)
        Removes transformer properties from the supplied multi line propertyNames.
        Parameters:
        propertyNames - which optionally include a value
        Throws:
        IllegalArgumentException - if an unexpected line is found