com.servingxml.components.flatfile.options
Class NameDelimiter

java.lang.Object
  extended by com.servingxml.components.flatfile.options.AbstractDelimiter
      extended by com.servingxml.components.flatfile.options.NameDelimiter
All Implemented Interfaces:
Delimiter

public class NameDelimiter
extends AbstractDelimiter


Field Summary
static NameDelimiter[] EMPTY_ARRAY
           
 
Fields inherited from class com.servingxml.components.flatfile.options.AbstractDelimiter
separator
 
Fields inherited from interface com.servingxml.components.flatfile.options.Delimiter
EMPTY_DELIMITER_ARRAY, NULL
 
Constructor Summary
NameDelimiter(Separator separator)
           
NameDelimiter(java.lang.String value)
           
 
Method Summary
static NameDelimiter[] trimArray(NameDelimiter[] delimiters)
           
 
Methods inherited from class com.servingxml.components.flatfile.options.AbstractDelimiter
createCharDelimiterChecker, createDelimiterChecker, equalsString, forReading, forWriting, isEmpty, occursIn, toString, trimArray, writeEndDelimiterTo, writeEndDelimiterTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY_ARRAY

public static final NameDelimiter[] EMPTY_ARRAY
Constructor Detail

NameDelimiter

public NameDelimiter(Separator separator)

NameDelimiter

public NameDelimiter(java.lang.String value)
Method Detail

trimArray

public static NameDelimiter[] trimArray(NameDelimiter[] delimiters)