|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.dbunit.AbstractDbUnitMojo
org.codehaus.mojo.dbunit.ExportMojo
public class ExportMojo
Execute DbUnit Export operation
| Field Summary | |
|---|---|
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. |
| Fields inherited from class org.codehaus.mojo.dbunit.AbstractDbUnitMojo |
|---|
dataTypeFactoryName, datatypeWarning, driver, escapePattern, password, schema, skip, skipOracleRecycleBinTables, supportBatchStatement, url, useQualifiedTableNames, username |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
ExportMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public ExportMojo()
| Method Detail |
|---|
public void execute()
throws MojoExecutionException,
MojoFailureException
execute in interface Mojoexecute in class AbstractDbUnitMojoMojoExecutionException
MojoFailureException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||