public class ISAJsonExporter extends Object implements IISAExport
Modifier and Type | Field and Description |
---|---|
ISAJsonExportConfig |
exportConfiguration |
protected ISAConst.ISAVersion |
isaVersion |
Constructor and Description |
---|
ISAJsonExporter() |
ISAJsonExporter(ISAConst.ISAVersion isaVersion,
Iterator<SubstanceRecord> records,
File outputDir,
File exportConfig,
SubstanceEndpointsBundle endpointBundle) |
ISAJsonExporter(Iterator<SubstanceRecord> records,
File outputDir,
File exportConfig,
SubstanceEndpointsBundle endpointBundle) |
Modifier and Type | Method and Description |
---|---|
void |
export() |
SubstanceEndpointsBundle |
getEndpointBundle() |
File |
getExportJsonConfig() |
ISAConst.ISAFormat |
getISAFormat() |
ISAConst.ISAVersion |
getISAVersion() |
File |
getOutputDir() |
Iterator<SubstanceRecord> |
getRecords() |
File |
getXmlISAConfig() |
void |
setEndpointBundle(SubstanceEndpointsBundle endpointBundle) |
void |
setExportJsonConfig(File exportConfigFile) |
void |
setOutputDir(File outputDir) |
void |
setRecords(Iterator<SubstanceRecord> records) |
void |
setXmlISAConfig(File xmlISAConfig) |
protected ISAConst.ISAVersion isaVersion
public ISAJsonExportConfig exportConfiguration
public ISAJsonExporter()
public ISAJsonExporter(ISAConst.ISAVersion isaVersion, Iterator<SubstanceRecord> records, File outputDir, File exportConfig, SubstanceEndpointsBundle endpointBundle)
public ISAJsonExporter(Iterator<SubstanceRecord> records, File outputDir, File exportConfig, SubstanceEndpointsBundle endpointBundle)
public File getExportJsonConfig()
public void setExportJsonConfig(File exportConfigFile)
public File getXmlISAConfig()
public void setXmlISAConfig(File xmlISAConfig)
public File getOutputDir()
public void setOutputDir(File outputDir)
public Iterator<SubstanceRecord> getRecords()
public void setRecords(Iterator<SubstanceRecord> records)
public SubstanceEndpointsBundle getEndpointBundle()
public void setEndpointBundle(SubstanceEndpointsBundle endpointBundle)
public ISAConst.ISAFormat getISAFormat()
getISAFormat
in interface IISAExport
public ISAConst.ISAVersion getISAVersion()
getISAVersion
in interface IISAExport
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.