com.googlecode.jdbw.util
Class StringUtils

java.lang.Object
  extended by com.googlecode.jdbw.util.StringUtils

public class StringUtils
extends Object

You shouldn't need to care about this class, we're just using it internally for some common string operations.

Author:
Martin Berglund

Constructor Summary
StringUtils()
           
 
Method Summary
static String concatenateStringList(List<String> list, String separator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

concatenateStringList

public static String concatenateStringList(List<String> list,
                                           String separator)


Copyright © 2012. All Rights Reserved.