org.datamixer.config.io
Class FormatterConfig

java.lang.Object
  extended byorg.datamixer.config.ElementBase
      extended byorg.datamixer.config.io.FormatterConfig
All Implemented Interfaces:
DatamixerConfig
Direct Known Subclasses:
CsvFormatConfig, DelimitedFormatConfig, TabFormatConfig, XmlFormatConfig

public class FormatterConfig
extends ElementBase


Constructor Summary
FormatterConfig()
           
 
Method Summary
protected  void doInitialize()
           
 DMFormatter getFormatterImpl()
           
 
Methods inherited from class org.datamixer.config.ElementBase
addElement, addField, addListener, doGetSupportedAttrs, error, error, error, findContext, findInContext, findInContext, findNearestContext, getAttribute, getContext, getElement, getElements, getField, getFields, getId, getImpl, getLineNumber, getListeners, getNamespace, getParent, getParentByTag, getQName, getScope, getSupportedAttrs, getSystemId, getTag, getText, initialize, initializeElements, setAttribute, setId, setImpl, setInContext, setInContext, setLineNumber, setListenerImpls, setNamespace, setParent, setScope, setScope, setScope, setSystemId, setTag, setText, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormatterConfig

public FormatterConfig()
Method Detail

doInitialize

protected void doInitialize()
                     throws DatamixerException
Overrides:
doInitialize in class ElementBase
Throws:
DatamixerException

getFormatterImpl

public DMFormatter getFormatterImpl()


Copyright © 2004-2006 datamixer.org. All Rights Reserved.