|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.dbunit.ant.DbConfig
public class DbConfig
The database configuration for the ant task.
| Nested Class Summary | |
|---|---|
static class |
DbConfig.Feature
|
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
project |
| Constructor Summary | |
|---|---|
DbConfig()
|
|
| Method Summary | |
|---|---|
void |
addFeature(DbConfig.Feature feature)
|
void |
addProperty(org.apache.tools.ant.taskdefs.Property property)
|
void |
copyTo(DatabaseConfig config)
Copies the parameters set in this configuration via ant into the given DatabaseConfig that is used by the dbunit connection. |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getProject, log, log, setProject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DbConfig()
| Method Detail |
|---|
public void addProperty(org.apache.tools.ant.taskdefs.Property property)
public void addFeature(DbConfig.Feature feature)
public void copyTo(DatabaseConfig config)
throws DatabaseUnitException
DatabaseConfig that is used by the dbunit connection.
config - The configuration object to be initialized/updated
DatabaseUnitException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||