com.servingxml.components.flatfile.layout
Class FlatFileTrailer

java.lang.Object
  extended by com.servingxml.components.flatfile.layout.FlatFileTrailer

public class FlatFileTrailer
extends java.lang.Object

The FlatFileTrailer object describes the layout of a file header


Constructor Summary
FlatFileTrailer()
           
FlatFileTrailer(FlatRecordTypeFactory[] flatRecordTypeFactories)
           
 
Method Summary
 FlatRecordType[] createFlatRecordTypes(ServiceContext context, Flow flow, FlatFileOptions defaultOptions)
           
 int getLineCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatFileTrailer

public FlatFileTrailer()

FlatFileTrailer

public FlatFileTrailer(FlatRecordTypeFactory[] flatRecordTypeFactories)
Method Detail

getLineCount

public int getLineCount()

createFlatRecordTypes

public FlatRecordType[] createFlatRecordTypes(ServiceContext context,
                                              Flow flow,
                                              FlatFileOptions defaultOptions)