| java.lang.Object org.apache.ojb.broker.ant.Command org.apache.ojb.broker.ant.WriteDataSqlToFileCommand
WriteDataSqlToFileCommand | public class WriteDataSqlToFileCommand extends Command (Code) | | Command to write the SQL used to insert data defined in terms of the repository model into database, into an XML file.
author: Thomas Dudziak version: $Revision: 1.1.2.2 $ |
addConfiguredFileset | public void addConfiguredFileset(FileSet fileset)(Code) | | Adds a fileset specifying data files.
Parameters: fileset - The additional input files |
setDataFile | public void setDataFile(File dataFile)(Code) | | Set the xml file containing the data.
Parameters: schemaFile - The data xml file |
setOutputFile | public void setOutputFile(File outputFile)(Code) | | Sets the file to output the data to.
Parameters: outputFile - The output file |
|
|