com.servingxml.components.flatfile.options
Class SubfieldDelimiter

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

public class SubfieldDelimiter
extends AbstractDelimiter


Field Summary
static SubfieldDelimiter[] 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
SubfieldDelimiter(Separator separator)
           
SubfieldDelimiter(java.lang.String value)
           
 
Method Summary
static SubfieldDelimiter[] trimArray(SubfieldDelimiter[] 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 SubfieldDelimiter[] EMPTY_ARRAY
Constructor Detail

SubfieldDelimiter

public SubfieldDelimiter(Separator separator)

SubfieldDelimiter

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

trimArray

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