com.servingxml.components.flatfile.recordtype
Class DelimitedNamedFieldFactoryAssembler

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

public class DelimitedNamedFieldFactoryAssembler
extends FlatFileOptionsFactoryAssembler


Constructor Summary
DelimitedNamedFieldFactoryAssembler()
           
 
Method Summary
 FlatRecordFieldFactory assemble(ConfigurationContext context)
           
 void injectComponent(DefaultValue defaultValueEvaluator)
           
 void injectComponent(Label label)
           
 void setLabel(java.lang.String fieldLabel)
           
 void setMaxLength(int maxLength)
           
 void setMaxWidth(int maxFieldWidth)
           
 void setMinLength(int minLength)
           
 void setStart(int start)
           
 void setWidth(int maxFieldWidth)
           
 
Methods inherited from class com.servingxml.components.flatfile.options.FlatFileOptionsFactoryAssembler
assembleFlatFileOptions, injectComponent, injectComponent, injectComponent, injectComponent, injectComponent, injectComponent, injectComponent, injectComponent, setAlwaysQuote, setCountPositionsInBytes, setFlushRecordOnWrite, setIgnoreEmptyLines, setIgnoreTrailingEmptyLines, setIndexBase, setJustify, setLineDelimited, setOmitFinalFieldDelimiter, setOmitFinalRepeatDelimiter, setPadCharacter, setQuote, setTrim, setTrimLeading, setTrimLeadingWithinQuotes, setTrimQuoted, setTrimTrailing, setTrimTrailingWithinQuotes, setTrimWithinQuotes, setZeroBased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelimitedNamedFieldFactoryAssembler

public DelimitedNamedFieldFactoryAssembler()
Method Detail

setStart

public void setStart(int start)

setWidth

public void setWidth(int maxFieldWidth)

setMaxWidth

public void setMaxWidth(int maxFieldWidth)

setMinLength

public void setMinLength(int minLength)

setMaxLength

public void setMaxLength(int maxLength)

setLabel

public void setLabel(java.lang.String fieldLabel)

injectComponent

public void injectComponent(DefaultValue defaultValueEvaluator)

injectComponent

public void injectComponent(Label label)

assemble

public FlatRecordFieldFactory assemble(ConfigurationContext context)