com.servingxml.components.flatfile.recordtype
Interface RecordCombinationFactory

All Known Implementing Classes:
CombineFlatRecordsFactory, MergeSegmentsFactory

public interface RecordCombinationFactory


Method Summary
 FlatRecordType createFlatRecordType(ServiceContext context, Flow flow, FlatRecordType sdwRecordType, FlatFileOptions defaultOptions)
           
 boolean isBinary()
           
 boolean isFieldDelimited()
           
 boolean isText()
           
 

Method Detail

createFlatRecordType

FlatRecordType createFlatRecordType(ServiceContext context,
                                    Flow flow,
                                    FlatRecordType sdwRecordType,
                                    FlatFileOptions defaultOptions)

isFieldDelimited

boolean isFieldDelimited()

isBinary

boolean isBinary()

isText

boolean isText()