com.servingxml.components.flatfile.options
Class SegmentDelimiterFactoryAssembler

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

public class SegmentDelimiterFactoryAssembler
extends java.lang.Object

The SegmentDelimiterFactoryAssembler implements an assembler for assembling SegmentDelimiter objects.


Constructor Summary
SegmentDelimiterFactoryAssembler()
           
 
Method Summary
 SegmentDelimiterFactory assemble(ConfigurationContext context)
           
 void injectComponent(SeparatorFactory separatorFactory)
           
 void setEnd(java.lang.String end)
           
 void setEscapeCharacter(java.lang.String escapedBy)
           
 void setStart(java.lang.String start)
           
 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

SegmentDelimiterFactoryAssembler

public SegmentDelimiterFactoryAssembler()
Method Detail

setEscapeCharacter

public void setEscapeCharacter(java.lang.String escapedBy)

setStart

public void setStart(java.lang.String start)

setEnd

public void setEnd(java.lang.String end)

setValue

public void setValue(java.lang.String value)

injectComponent

public void injectComponent(SeparatorFactory separatorFactory)

assemble

public SegmentDelimiterFactory assemble(ConfigurationContext context)