|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.adfconverter.tools.exporter.ADFExporter
Class used to export ADF data objects in ADF files (One workbook or 2-3 plain text files)
| Constructor Summary | |
ADFExporter(java.util.Properties exporterProperties)
Constructor for class initialisation init the default output file format, if not specified |
|
ADFExporter(java.lang.String _fileStructureFileDirectory)
Constructor of th ADF exporter init unMoveable Items Do nothing |
|
| Method Summary | |
static void |
export(ADFJava adfJava,
boolean curated)
Export a ADFJava object in ADF files |
static void |
export(ADFJava adfJava,
int fileFormat,
boolean isCuratedADF)
Export a ADFJava object in ADF files By default, the ADF is export as plain text file |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ADFExporter(java.util.Properties exporterProperties)
exporterProperties - the properties from the configuration file to initialised the class
public ADFExporter(java.lang.String _fileStructureFileDirectory)
throws ADFExporterInitException
_fileStructureFileDirectory - the directory containing all ADF structure definition files.
ADFExporterInitException - if an error occurs during exporter initialisation| Method Detail |
public static void export(ADFJava adfJava,
boolean curated)
adfJava - the converted ADF File (the adh)curated - if the ADF file is curation saving
public static void export(ADFJava adfJava,
int fileFormat,
boolean isCuratedADF)
adfJava - the converted ADF File (the adh)fileFormat - the output file format ( from DataTable)isCuratedADF - indicated if the given ADF is obtain by curation or not. If yes, an _curated_ is added before the file extension
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||