com.servingxml.components.flatfile.options
Class SubfieldDelimiterFactoryAssembler

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

public class SubfieldDelimiterFactoryAssembler
extends java.lang.Object

The SubfieldDelimiterFactoryAssembler implements an assembler for assembling SubfieldDelimiter objects.


Constructor Summary
SubfieldDelimiterFactoryAssembler()
           
 
Method Summary
 SubfieldDelimiterFactory 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

SubfieldDelimiterFactoryAssembler

public SubfieldDelimiterFactoryAssembler()
Method Detail

setEscapeCharacter

public void setEscapeCharacter(java.lang.String escapedBy)

setValue

public void setValue(java.lang.String value)

injectComponent

public void injectComponent(SeparatorFactory separatorFactory)

assemble

public SubfieldDelimiterFactory assemble(ConfigurationContext context)