org.dbunit.ant
Class Export
java.lang.Object
org.dbunit.ant.AbstractStep
org.dbunit.ant.Export
- All Implemented Interfaces:
- 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: 1.16 $
- Author:
- Timothy Ruppert, Ben Cox
- See Also:
DbUnitTaskStep
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Export
public Export()
getDest
public java.io.File getDest()
getFormat
public java.lang.String getFormat()
getTables
public java.util.List getTables()
setDest
public void setDest(java.io.File dest)
setFormat
public void setFormat(java.lang.String format)
addTable
public void addTable(Table table)
addQuery
public void addQuery(Query query)
getDoctype
public java.lang.String getDoctype()
setDoctype
public void setDoctype(java.lang.String doctype)
execute
public void execute(IDatabaseConnection connection)
throws DatabaseUnitException
- Throws:
DatabaseUnitException
getLogMessage
public java.lang.String getLogMessage()
toString
public java.lang.String toString()
Copyright © 2002-2004 DbUnit.org. All Rights Reserved.