|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jdbcimporter.ant.RowTranslatorElement
The RowTranslatorElement provides an Ant wrapper for setting a RowTranslator object from Ant.
Field Summary | |
static java.lang.String |
PREFIX
The prefix used in the properties to identify that this property is a row translator mapping. |
Constructor Summary | |
RowTranslatorElement(java.util.Map plugins)
Creates a RowTranslatorElement with the given mapping of row translator types to classes. |
Method Summary | |
void |
addConfiguredProperty(PropertyElement element)
Add a property to the row translator. |
RowTranslator |
getTranslator()
Returns the row translator. |
void |
setType(java.lang.String type)
Set the row translator type and instantiate the row translator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String PREFIX
Constructor Detail |
public RowTranslatorElement(java.util.Map plugins)
plugins
- the plugin mappingsMethod Detail |
public void setType(java.lang.String type)
type
- the row translator typepublic void addConfiguredProperty(PropertyElement element)
element
- the propertypublic RowTranslator getTranslator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |