org.datamixer.config.io
Class DelimitedFormatConfig

java.lang.Object
  extended byorg.datamixer.config.ElementBase
      extended byorg.datamixer.config.io.FormatterConfig
          extended byorg.datamixer.config.io.DelimitedFormatConfig
All Implemented Interfaces:
DatamixerConfig

public class DelimitedFormatConfig
extends FormatterConfig


Field Summary
protected  java.lang.String delim_
          delimiter
 
Constructor Summary
DelimitedFormatConfig()
           
 
Method Summary
protected  void doGetSupportedAttrs(java.util.List names)
          A list of names of supported attributes.
protected  void doInitialize()
           
 DelimitedFormat getDelimitedFormat()
           
 boolean setAttribute(java.lang.String name, java.lang.Object value)
          Set value into the attribute named name.
 void setDelimiter(java.lang.String delim)
           
 
Methods inherited from class org.datamixer.config.io.FormatterConfig
getFormatterImpl
 
Methods inherited from class org.datamixer.config.ElementBase
addElement, addField, addListener, 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, 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
 

Field Detail

delim_

protected java.lang.String delim_
delimiter

Constructor Detail

DelimitedFormatConfig

public DelimitedFormatConfig()
Method Detail

doInitialize

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

setAttribute

public boolean setAttribute(java.lang.String name,
                            java.lang.Object value)
Set value into the attribute named name. Returns true if element was set, false otherwise.

Specified by:
setAttribute in interface DatamixerConfig
Overrides:
setAttribute in class ElementBase

doGetSupportedAttrs

protected void doGetSupportedAttrs(java.util.List names)
A list of names of supported attributes.

Overrides:
doGetSupportedAttrs in class ElementBase

getDelimitedFormat

public DelimitedFormat getDelimitedFormat()

setDelimiter

public void setDelimiter(java.lang.String delim)


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