public class MetaExporter
extends Object
| Constructor and Description |
|---|
MetaExporter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeCSV(Map<String,Object> config,
Map<String,Object> data)
append a line of data to a output file can be used for example to export article data to a csv file
|
static void |
writeKeyValue(Map<String,Object> config,
Map<String,Object> data) |
static void |
writeTemplate(Map<String,Object> config,
Map<String,Object> dataMap) |
static void |
writeXML(Map<String,Object> config,
Map<String,Object> data)
data: key - values values in der regel strings values koennen maps sein
|
public static final int MAJOR
public static final int MINOR
public static void writeTemplate(Map<String,Object> config,
Map<String,Object> dataMap)
throws Exception
Exceptionpublic static void writeXML(Map<String,Object> config,
Map<String,Object> data)
throws IOException
config - data - IOExceptionpublic static void writeKeyValue(Map<String,Object> config,
Map<String,Object> data)
throws IOException
IOExceptionpublic static void writeCSV(Map<String,Object> config,
Map<String,Object> data)
throws IOException
config - data - IOException