com.servingxml.components.flatfile.recordtype
Class FlatRecordTypeSelectionFactoryImpl
java.lang.Object
com.servingxml.components.flatfile.recordtype.FlatRecordTypeSelectionFactoryImpl
- All Implemented Interfaces:
- FlatRecordTypeSelectionFactory
public class FlatRecordTypeSelectionFactoryImpl
- extends java.lang.Object
- implements FlatRecordTypeSelectionFactory
Class for flat file record type objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlatRecordTypeSelectionFactoryImpl
public FlatRecordTypeSelectionFactoryImpl(FlatRecordTypeFactory flatRecordTypeFactory,
java.lang.String testExpression,
FlatFileOptionsFactory flatFileOptionsFactory)
getTestExpression
public java.lang.String getTestExpression()
- Specified by:
getTestExpression
in interface FlatRecordTypeSelectionFactory
createFlatRecordTypeSelection
public FlatRecordTypeSelection createFlatRecordTypeSelection(ServiceContext context,
Flow flow,
FlatFileOptions defaultOptions)
- Specified by:
createFlatRecordTypeSelection
in interface FlatRecordTypeSelectionFactory
isFieldDelimited
public boolean isFieldDelimited()
- Specified by:
isFieldDelimited
in interface FlatRecordTypeSelectionFactory
isBinary
public boolean isBinary()
- Specified by:
isBinary
in interface FlatRecordTypeSelectionFactory
isText
public boolean isText()
- Specified by:
isText
in interface FlatRecordTypeSelectionFactory