|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.clazzes.jdbc2xml.helper.JAVAHelper
public abstract class JAVAHelper
Commonf helper functions, which are not part of JAVA.
| Constructor Summary | |
|---|---|
JAVAHelper()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
joinStrings(java.util.Collection<java.lang.String> strings)
Simply concatenate a collection of strings by using a comma as separator. |
static void |
joinStrings(java.lang.StringBuffer sb,
java.util.Collection<java.lang.String> strings)
Simply concatenate a collection of strings by using a comma as separator. |
static java.util.List<java.lang.String> |
splitString(java.lang.String s)
Split a string at all occurrences of the comma char. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JAVAHelper()
| Method Detail |
|---|
public static void joinStrings(java.lang.StringBuffer sb,
java.util.Collection<java.lang.String> strings)
sb - The string buffer to write the concatenated list of string to.strings - A collection of strings.public static java.lang.String joinStrings(java.util.Collection<java.lang.String> strings)
strings - A collection of strings.
public static java.util.List<java.lang.String> splitString(java.lang.String s)
s - The string to split.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||