Class Export

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.dbunit.ant.AbstractStep
org.dbunit.ant.Export
All Implemented Interfaces:
Cloneable, DbUnitTaskStep

public class Export extends AbstractStep
The Export class is the step that facilitates exporting the contents of the database and/or it's corresponding DTD to a file. The export can be performed on a full dataset or a partial one if specific table names are identified.
Since:
Jun 10, 2002
Version:
$Revision$
Author:
Timothy Ruppert, Ben Cox
See Also: