|
|||||||||
| 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
public abstract class AbstractDbUnitMojo
Common configurations for all DBUnit operations
| Field Summary | |
|---|---|
protected String |
dataTypeFactoryName
Set the DataType factory to add support for non-standard database vendor data types. |
protected boolean |
datatypeWarning
Enable or disable the warning message displayed when DbUnit encounter an unsupported data type. |
protected String |
driver
The class name of the JDBC driver to be used. |
protected String |
escapePattern
escapePattern |
protected String |
password
Database password. |
protected String |
schema
The schema name that tables can be found under. |
protected boolean |
skip
Skip the execution when true, very handy when using together with maven.test.skip. |
protected boolean |
skipOracleRecycleBinTables
skipOracleRecycleBinTables |
protected boolean |
supportBatchStatement
Enable or disable usage of JDBC batched statement by DbUnit |
protected String |
url
The JDBC URL for the database to access, e.g. |
protected boolean |
useQualifiedTableNames
Enable or disable multiple schemas support by prefixing table names with the schema name. |
protected String |
username
Database username. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractDbUnitMojo()
|
|
| 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 String driver
protected String username
protected String password
protected String url
protected String schema
protected String dataTypeFactoryName
protected boolean supportBatchStatement
protected boolean useQualifiedTableNames
protected boolean datatypeWarning
protected String escapePattern
protected boolean skipOracleRecycleBinTables
protected boolean skip
| Constructor Detail |
|---|
public AbstractDbUnitMojo()
| Method Detail |
|---|
public void execute()
throws MojoExecutionException,
MojoFailureException
MojoExecutionException
MojoFailureException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||