com.servingxml.components.flatfile.options
Class FieldDelimiterFactoryAssembler

java.lang.Object
  extended by com.servingxml.components.flatfile.options.FieldDelimiterFactoryAssembler

public class FieldDelimiterFactoryAssembler
extends java.lang.Object

The FieldDelimiterFactoryAssembler implements an assembler for assembling FieldDelimiterFactory objects.


Constructor Summary
FieldDelimiterFactoryAssembler()
           
 
Method Summary
 FieldDelimiterFactory assemble(ConfigurationContext context)
           
 void injectComponent(SeparatorFactory separatorFactory)
           
 void setEscapeCharacter(java.lang.String escapedBy)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDelimiterFactoryAssembler

public FieldDelimiterFactoryAssembler()
Method Detail

setValue

public void setValue(java.lang.String value)

setEscapeCharacter

public void setEscapeCharacter(java.lang.String escapedBy)

injectComponent

public void injectComponent(SeparatorFactory separatorFactory)

assemble

public FieldDelimiterFactory assemble(ConfigurationContext context)