|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.unibe.iam.scg.archie.export.CSVWriter
public class CSVWriter
A simple CSV writer that takes care of exporting data from a given provider into a CSV file.
$Id$
Constructor Summary | |
---|---|
CSVWriter()
|
Method Summary | |
---|---|
static java.io.File |
writeFile(AbstractDataProvider provider,
java.lang.String fileName)
Writes contents of a data provider into the given file in a CSV-format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSVWriter()
Method Detail |
---|
public static java.io.File writeFile(AbstractDataProvider provider, java.lang.String fileName) throws java.io.IOException
provider
- A data provider.fileName
- A filename to write to.
java.io.IOException
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |