|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jdbcexporter.ant.DelimiterFormatterElement
The DelimiterFormatterElement provides an Ant wrapper for setting a DelimiterFormatter object from Ant.
Field Summary | |
protected DelimiterFormatter |
formatter
The wrapped delimiter formatter. |
protected java.util.Map |
plugins
The mapping between delimiter formatter types and implementations. |
static java.lang.String |
PREFIX
The prefix used in the properties to identify that this property is a delimiter formatter definition mapping. |
protected java.lang.String |
type
The delimiter formatter type. |
Constructor Summary | |
DelimiterFormatterElement(java.util.Map plugins)
Constructs an empty DelimiterFormatterElement with the given mapping between delimiter formatter types and implementations. |
Method Summary | |
void |
addConfiguredProperty(PropertyElement element)
Add a property to the delimiter formatter. |
DelimiterFormatter |
getDelimiterFormatter()
Returns the wrapped delimiter formatter. |
void |
setType(java.lang.String type)
Sets the delimtier formatter type. |
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
protected java.util.Map plugins
protected java.lang.String type
protected DelimiterFormatter formatter
Constructor Detail |
public DelimiterFormatterElement(java.util.Map plugins)
plugins
- the plugin mappingsMethod Detail |
public void setType(java.lang.String type)
type
- the delimiter formatter typepublic void addConfiguredProperty(PropertyElement element)
element
- the property elementpublic DelimiterFormatter getDelimiterFormatter() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |