Uses of Class
ch.galinet.xml.xmlmerge.ConfigurationException
Packages that use ConfigurationException
Package
Description
Interfaces and classes defining the XmlMerge API.
Implementation of built-in configuration classes.
Implementation of built-in operation factories.
-
Uses of ConfigurationException in ch.galinet.xml.xmlmerge
Methods in ch.galinet.xml.xmlmerge that throw ConfigurationException -
Uses of ConfigurationException in ch.galinet.xml.xmlmerge.config
Methods in ch.galinet.xml.xmlmerge.config that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected final voidAdds an action for a given XPath expression.protected final voidAdds an mapper for a given XPath expression.protected final voidAbstractXPathConfigurer.addMatcher(String xPath, String matcherName) Adds a matcher for a given XPath expression.final voidConfigures the specified XmlMerge instance.voidConfigures the specified XmlMerge instance.protected abstract voidAbstractXPathConfigurer.readConfiguration()Reads the configuration used to configure an XmlMerge.protected voidPropertyXPathConfigurer.readConfiguration()Reads the configuration used to configure an XmlMerge.protected final voidAbstractXPathConfigurer.setDefaultAction(String actionName) Sets the configurer's default action.protected final voidAbstractXPathConfigurer.setDefaultMapper(String mapperName) Sets the configurer's default mapper.protected final voidAbstractXPathConfigurer.setDefaultMatcher(String matcherName) Sets the configurer's default matcher.protected final voidAbstractXPathConfigurer.setRootMergeAction(String actionName) Sets the configurer's root merge action.Constructors in ch.galinet.xml.xmlmerge.config that throw ConfigurationExceptionModifierConstructorDescriptionConfigurableXmlMerge(Configurer configurer) Creates a default XmlMerge instance and configures it with the given configurer.ConfigurableXmlMerge(XmlMerge wrappedXmlMerge, Configurer configurer) Applies a configurer on a wrapped XmlMerge instance.PropertyXPathConfigurer(String propString) Creates a PropertyXPathConfigurer which reads the configuration from a properties file. -
Uses of ConfigurationException in ch.galinet.xml.xmlmerge.factory
Methods in ch.galinet.xml.xmlmerge.factory that throw ConfigurationException