com.servingxml.components.flatfile.options
Class RecordDelimiterFactory

java.lang.Object
  extended by com.servingxml.components.flatfile.options.RecordDelimiterFactory
All Implemented Interfaces:
DelimiterFactory

public class RecordDelimiterFactory
extends java.lang.Object
implements DelimiterFactory


Field Summary
static DelimiterFactory[] DEFAULT
           
static DelimiterFactory[] EMPTY_ARRAY
           
 
Constructor Summary
RecordDelimiterFactory(SeparatorFactory separatorFactory, boolean reading, boolean writing)
           
 
Method Summary
 Delimiter createDelimiter(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final DelimiterFactory[] DEFAULT

EMPTY_ARRAY

public static final DelimiterFactory[] EMPTY_ARRAY
Constructor Detail

RecordDelimiterFactory

public RecordDelimiterFactory(SeparatorFactory separatorFactory,
                              boolean reading,
                              boolean writing)
Method Detail

createDelimiter

public Delimiter createDelimiter(ServiceContext context,
                                 Flow flow)
Specified by:
createDelimiter in interface DelimiterFactory