Method Summary |
|
final public void | addConfiguredXMLCatalog(XMLCatalog theXmlCatalog) Adds an XML catalog to the internal catalog. |
public void | execute() |
final public void | setDestFile(File theDestFile) The destination file where the result of the merge are stored. |
final public void | setEncoding(String theEncoding) Sets the encoding of the resulting XML file. |
final public void | setForce(boolean isForce) Sets whether the merge should be performed even when the destination
file is up to date. |
final public void | setIndent(boolean isIndent) Whether the result XML file should be indented for better readability. |
final public void | setMergeFile(File theMergeFile) The descriptor to merge into the original file. |
final public void | setSrcFile(File theSrcFile) The original web deployment descriptor into which the new elements will
be merged. |