public class DbConfig
extends org.apache.tools.ant.ProjectComponent
Modifier and Type | Class and Description |
---|---|
static class |
DbConfig.Feature |
Constructor and Description |
---|
DbConfig() |
Modifier and Type | Method and Description |
---|---|
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. |
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/updatedDatabaseUnitException
Copyright © 2002–2020. All rights reserved.