public class ExportMojo extends AbstractDbUnitMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
dest
Location of exported DataSet file
|
protected String |
doctype
doctype
|
protected String |
encoding
Encoding of exported data.
|
protected String |
format
DataSet file format
|
protected boolean |
ordered
Set to true to order exported data according to integrity constraints defined in DB.
|
protected org.dbunit.ant.Query[] |
queries
List of DbUnit's Query.
|
protected org.dbunit.ant.Table[] |
tables
List of DbUnit's Table.
|
dataTypeFactoryName, datatypeWarning, driver, escapePattern, metadataHandlerName, password, schema, skip, skipOracleRecycleBinTables, supportBatchStatement, url, useQualifiedTableNames, username| Constructor and Description |
|---|
ExportMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected File dest
protected String format
protected String doctype
protected org.dbunit.ant.Table[] tables
protected org.dbunit.ant.Query[] queries
protected boolean ordered
protected String encoding
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoexecute in class AbstractDbUnitMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2006–2015 MojoHaus. All rights reserved.