com.servingxml.components.flatfile.recordtype
Interface FlatRecordTypeSelectionFactory
- All Known Implementing Classes:
- FlatRecordTypeSelectionFactoryImpl
public interface FlatRecordTypeSelectionFactory
Class for flat file record type objects.
getTestExpression
java.lang.String getTestExpression()
createFlatRecordTypeSelection
FlatRecordTypeSelection createFlatRecordTypeSelection(ServiceContext context,
Flow flow,
FlatFileOptions flatFileOptions)
isFieldDelimited
boolean isFieldDelimited()
isBinary
boolean isBinary()
isText
boolean isText()