|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.components.flatfile.options.AbstractDelimiter
com.servingxml.components.flatfile.options.RepeatDelimiter
public class RepeatDelimiter
Field Summary | |
---|---|
static RepeatDelimiter[] |
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 | |
---|---|
RepeatDelimiter(Separator separator)
|
|
RepeatDelimiter(java.lang.String value)
|
|
RepeatDelimiter(java.lang.String startValue,
java.lang.String endValue)
|
Method Summary | |
---|---|
static RepeatDelimiter[] |
trimArray(RepeatDelimiter[] 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 |
---|
public static final RepeatDelimiter[] EMPTY_ARRAY
Constructor Detail |
---|
public RepeatDelimiter(Separator separator)
public RepeatDelimiter(java.lang.String value)
public RepeatDelimiter(java.lang.String startValue, java.lang.String endValue)
Method Detail |
---|
public static RepeatDelimiter[] trimArray(RepeatDelimiter[] delimiters)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |