Uses of Class
ch.elca.el4j.services.xmlmerge.ConfigurationException

Packages that use ConfigurationException
ch.elca.el4j.services.xmlmerge   
ch.elca.el4j.services.xmlmerge.config   
ch.elca.el4j.services.xmlmerge.factory   
 

Uses of ConfigurationException in ch.elca.el4j.services.xmlmerge
 

Methods in ch.elca.el4j.services.xmlmerge that throw ConfigurationException
 void Configurer.configure(XmlMerge xmlMerge)
          Configures the specified XmlMerge instance.
 

Uses of ConfigurationException in ch.elca.el4j.services.xmlmerge.config
 

Methods in ch.elca.el4j.services.xmlmerge.config that throw ConfigurationException
protected  void AbstractXPathConfigurer.addAction(String xPath, String actionName)
          Adds an action for a given XPath expression.
protected  void AbstractXPathConfigurer.addMapper(String xPath, String mapperName)
          Adds an mapper for a given XPath expression.
protected  void AbstractXPathConfigurer.addMatcher(String xPath, String matcherName)
          Adds a matcher for a given XPath expression.
 void AbstractXPathConfigurer.configure(XmlMerge xmlMerge)
          Configures the specified XmlMerge instance.
 void AttributeMergeConfigurer.configure(XmlMerge xmlMerge)
          Configures the specified XmlMerge instance.
protected abstract  void AbstractXPathConfigurer.readConfiguration()
          Reads the configuration used to configure an XmlMerge.
protected  void PropertyXPathConfigurer.readConfiguration()
          Reads the configuration used to configure an XmlMerge.
protected  void AbstractXPathConfigurer.setDefaultAction(String actionName)
          Sets the configurer's default action.
protected  void AbstractXPathConfigurer.setDefaultMapper(String mapperName)
          Sets the configurer's default mapper.
protected  void AbstractXPathConfigurer.setDefaultMatcher(String matcherName)
          Sets the configurer's default matcher.
protected  void AbstractXPathConfigurer.setRootMergeAction(String actionName)
          Sets the configurer's root merge action.
 

Constructors in ch.elca.el4j.services.xmlmerge.config that throw ConfigurationException
ConfigurableXmlMerge(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.elca.el4j.services.xmlmerge.factory
 

Methods in ch.elca.el4j.services.xmlmerge.factory that throw ConfigurationException
 Operation OperationResolver.resolve(String aliasOrClassName)
          Resolves an alias or an operation class name to an operation.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.