com.servingxml.components.flatfile.options
Class RepeatDelimiterFactory

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

public class RepeatDelimiterFactory
extends java.lang.Object
implements DelimiterFactory


Field Summary
static RepeatDelimiterFactory[] EMPTY_ARRAY
           
 
Constructor Summary
RepeatDelimiterFactory(SeparatorFactory separatorFactory)
           
RepeatDelimiterFactory(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 RepeatDelimiterFactory[] EMPTY_ARRAY
Constructor Detail

RepeatDelimiterFactory

public RepeatDelimiterFactory(SeparatorFactory separatorFactory)

RepeatDelimiterFactory

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

createDelimiter

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