com.ricebridge.util.txt
Class MakeList

java.lang.Object
  extended bycom.ricebridge.util.txt.MakeList

public class MakeList
extends Object


Field Summary
static char DEFAULT_ESC
           
static char DEFAULT_SEP
           
 
Constructor Summary
MakeList()
           
 
Method Summary
static List toList(String pSource)
           
static List toList(String pSource, char pSep)
           
static List toList(String pSource, char pSep, char pEscape)
           
static String toString(List pSource)
           
static String toString(List pSource, char pSep)
           
static String toString(List pSource, char pSep, char pEscape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SEP

public static final char DEFAULT_SEP
See Also:
Constant Field Values

DEFAULT_ESC

public static final char DEFAULT_ESC
See Also:
Constant Field Values
Constructor Detail

MakeList

public MakeList()
Method Detail

toString

public static final String toString(List pSource)

toString

public static final String toString(List pSource,
                                    char pSep)

toString

public static final String toString(List pSource,
                                    char pSep,
                                    char pEscape)

toList

public static final List toList(String pSource)

toList

public static final List toList(String pSource,
                                char pSep)

toList

public static final List toList(String pSource,
                                char pSep,
                                char pEscape)


Copyright © 2003-2006 Ricebridge