| Package | Description |
|---|---|
| com.izforge.izpack.util.xmlmerge | |
| com.izforge.izpack.util.xmlmerge.config | |
| com.izforge.izpack.util.xmlmerge.factory |
| Modifier and Type | Method and Description |
|---|---|
void |
Configurer.configure(XmlMerge xmlMerge)
Configures the specified XmlMerge instance.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
AttributeMergeConfigurer.configure(XmlMerge xmlMerge) |
protected abstract void |
AbstractXPathConfigurer.readConfiguration()
Reads the configuration used to configure an XmlMerge.
|
protected void |
PropertyXPathConfigurer.readConfiguration() |
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.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
OperationResolver.resolve(String aliasOrClassName)
Resolves an alias or an operation class name to an operation.
|
Copyright © 2001–2025. All rights reserved.