com.servingxml.components.flatfile.recordtype
Class AnnotationRecordFactoryAssembler

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

public class AnnotationRecordFactoryAssembler
extends FlatFileOptionsFactoryAssembler

The AnnotationRecordFactoryAssembler implements an assembler for assembling FlatRecordType objects.


Constructor Summary
AnnotationRecordFactoryAssembler()
           
 
Method Summary
 FlatRecordTypeFactory assemble(ConfigurationContext context)
           
 void setRecordLength(int recordLength)
           
 void setWidth(int width)
           
 
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

AnnotationRecordFactoryAssembler

public AnnotationRecordFactoryAssembler()
Method Detail

setRecordLength

public void setRecordLength(int recordLength)

setWidth

public void setWidth(int width)

assemble

public FlatRecordTypeFactory assemble(ConfigurationContext context)