public class CompareMojo extends AbstractDbUnitMojo
Modifier and Type | Field and Description |
---|---|
protected String |
format
DataSet file format
|
protected org.dbunit.ant.Query[] |
queries
List of DbUnit's Query.
|
protected boolean |
sort
sort
|
protected File |
src
DataSet file
|
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 |
---|
CompareMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected File src
protected String format
protected boolean sort
protected org.dbunit.ant.Table[] tables
protected org.dbunit.ant.Query[] queries
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
execute
in interface org.apache.maven.plugin.Mojo
execute
in class AbstractDbUnitMojo
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2006–2015 MojoHaus. All rights reserved.