com.servingxml.components.flatfile.options
Class SegmentDelimiterFactory

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

public class SegmentDelimiterFactory
extends java.lang.Object
implements DelimiterFactory


Field Summary
static SegmentDelimiterFactory[] EMPTY_ARRAY
           
 
Constructor Summary
SegmentDelimiterFactory(SeparatorFactory separatorFactory)
           
SegmentDelimiterFactory(java.lang.String separator)
           
 
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

EMPTY_ARRAY

public static final SegmentDelimiterFactory[] EMPTY_ARRAY
Constructor Detail

SegmentDelimiterFactory

public SegmentDelimiterFactory(SeparatorFactory separatorFactory)

SegmentDelimiterFactory

public SegmentDelimiterFactory(java.lang.String separator)
Method Detail

createDelimiter

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