| |
|
| org.continuent.sequoia.common.util.SplitXmlTask
SplitXmlTask | public class SplitXmlTask extends Task (Code) | | Defines the SplitXml Ant target used to prepare the Sequoia scripts
generation.
author: Nicolas Modrzyk author: Mathieu Peltier version: 1.0 |
execute | public void execute() throws BuildException(Code) | | See Also: org.apache.tools.ant.Task.execute |
setOuputFileAttribute | public void setOuputFileAttribute(String attributeName)(Code) | | Set the attribute that contains the name of the file.
Parameters: attributeName - the name of the attribute to get the name of the fileto write |
setOutputDir | public void setOutputDir(String outputDirPath)(Code) | | Specify the output directory.
Parameters: outputDirPath - the path to the directory |
setParsingTagName | public void setParsingTagName(String tagName)(Code) | | Set parsing tag name.
Parameters: tagName - the tag name |
setScriptXmlFile | public void setScriptXmlFile(String xmlFilePath)(Code) | | Set the path to the xml path containing the scripts definition.
Parameters: xmlFilePath - path to the xml file |
|
|
|