Class PropertyXPathConfigurer

java.lang.Object
ch.galinet.xml.xmlmerge.config.AbstractXPathConfigurer
ch.galinet.xml.xmlmerge.config.PropertyXPathConfigurer
All Implemented Interfaces:
Configurer

public class PropertyXPathConfigurer extends AbstractXPathConfigurer
Reads the XPathOperationFactory configuration from a property file or a map.
Author:
Laurent Bovet (LBO), Alex Mathey (AMA)
  • Field Details

  • Constructor Details

    • PropertyXPathConfigurer

      public PropertyXPathConfigurer(String propString) throws ConfigurationException
      Creates a PropertyXPathConfigurer which reads the configuration from a properties file.
      Parameters:
      propString - A string representing the name of a properties file
      Throws:
      ConfigurationException - If an error occurred during the creation of the configurer
    • PropertyXPathConfigurer

      public PropertyXPathConfigurer(Map map)
      Creates a PropertyXPathConfigurer which reads the configuration from a map.
      Parameters:
      map - A map containing configuration properties
    • PropertyXPathConfigurer

      public PropertyXPathConfigurer(Properties properties)
      Creates a PropertyXPathConfigurer which reads the configuration from a Properties object.
      Parameters:
      properties - The configuration properties
  • Method Details