com.servingxml.components.flatfile.layout
Class FlatFileHeader

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

public class FlatFileHeader
extends java.lang.Object

The FlatFileHeader object describes the layout of a file header


Constructor Summary
FlatFileHeader()
           
FlatFileHeader(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

FlatFileHeader

public FlatFileHeader()

FlatFileHeader

public FlatFileHeader(FlatRecordTypeFactory[] flatRecordTypeFactories)
Method Detail

getLineCount

public int getLineCount()

createFlatRecordTypes

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