org.apache.camel.util
Class CollectionStringBuffer
java.lang.Object
org.apache.camel.util.CollectionStringBuffer
public class CollectionStringBuffer
- extends java.lang.Object
A little helper class for converting a collection of values to a (usually comma separated) string.
- Version:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CollectionStringBuffer
public CollectionStringBuffer()
CollectionStringBuffer
public CollectionStringBuffer(java.lang.String separator)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
append
public void append(java.lang.Object value)
getSeparator
public java.lang.String getSeparator()
setSeparator
public void setSeparator(java.lang.String separator)
Apache CAMEL