-
Bug
-
Resolution: Fixed
-
Later
-
None
-
None
-
None
Steps to Reproduce
in project keikai/src/archive/metainfo/zk/config.xml
<library-property> <name>io.keikai.model.default.Exporter.class</name> <value>excel=io.keikai.model.sys.impl.ExcelExporter</value> </library-property> <library-property> <name>io.keikai.model.default.Importer.class</name> <value>excel=io.keikai.model.sys.impl.ExcelImporter</value> </library-property>
Current Result
no code reads these properties
Expected Result
initialize importer and exporter based on these properties, so that application developers can use custom importer and exporter by the configuration