|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pmease.quickbuild.plugin.report.engine.util.csv.CSVEscape
public class CSVEscape
| Constructor Summary | |
|---|---|
CSVEscape()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
escapeCSV(java.lang.String text)
Escapes a text string for CSV output. |
static java.lang.String |
escapeCSV(java.lang.String text,
char delimiter)
Escapes a text string for CSV output. |
static void |
escapeCSV(java.io.Writer writer,
java.lang.String text,
char delimiter)
Escapes a text string for CSV output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSVEscape()
| Method Detail |
|---|
public static java.lang.String escapeCSV(java.lang.String text)
text - text string to escape
public static java.lang.String escapeCSV(java.lang.String text,
char delimiter)
text - text string to escapedelimiter - field delimiter
public static void escapeCSV(java.io.Writer writer,
java.lang.String text,
char delimiter)
text - text string to escapewriter - writer to send the CSV output todelimiter - field delimiter to use
java.io.IOException - if an IO error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||