|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.util.CsvConverter
public class CsvConverter
Utility converters from CSV format to various lists
| Constructor Summary | |
|---|---|
CsvConverter()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
csv2array(java.lang.String csv)
Build a Collection of String from a single csv String |
static java.util.Collection<java.lang.String> |
csv2list(java.lang.String csv)
Build a Collection of String from a single csv String |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CsvConverter()
| Method Detail |
|---|
public static java.lang.String[] csv2array(java.lang.String csv)
csv - with spaces replaced by underlines
public static java.util.Collection<java.lang.String> csv2list(java.lang.String csv)
csv -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||