com.servingxml.components.flatfile.recordtype
Class RepeatingSegmentFactoryAssembler

java.lang.Object
  extended by com.servingxml.components.flatfile.options.FlatFileOptionsFactoryAssembler
      extended by com.servingxml.components.flatfile.recordtype.RepeatingSegmentFactoryAssembler

public class RepeatingSegmentFactoryAssembler
extends FlatFileOptionsFactoryAssembler

Assembler for assembling a RepeatingSegmentFactory.

See Also:
FlatRecordTypeChoiceFactory

Constructor Summary
RepeatingSegmentFactoryAssembler()
           
 
Method Summary
 FlatRecordFieldFactory assemble(ConfigurationContext context)
           
 void injectComponent(FlatRecordTypeFactory flatRecordTypeFactory)
           
 void setCount(java.lang.String count)
           
 void setName(Name fieldName)
           
 void setStart(int start)
           
 
Methods inherited from class com.servingxml.components.flatfile.options.FlatFileOptionsFactoryAssembler
assembleFlatFileOptions, injectComponent, injectComponent, injectComponent, injectComponent, injectComponent, injectComponent, injectComponent, injectComponent, setAlwaysQuote, setCountPositionsInBytes, setFlushRecordOnWrite, setIgnoreEmptyLines, setIgnoreTrailingEmptyLines, setJustify, setLineDelimited, setOmitFinalFieldDelimiter, setOmitFinalRepeatDelimiter, setPadCharacter, setQuote, setTrim, setTrimLeading, setTrimLeadingWithinQuotes, setTrimQuoted, setTrimTrailing, setTrimTrailingWithinQuotes, setTrimWithinQuotes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatingSegmentFactoryAssembler

public RepeatingSegmentFactoryAssembler()
Method Detail

setName

public void setName(Name fieldName)

setCount

public void setCount(java.lang.String count)

setStart

public void setStart(int start)

injectComponent

public void injectComponent(FlatRecordTypeFactory flatRecordTypeFactory)

assemble

public FlatRecordFieldFactory assemble(ConfigurationContext context)