7.3.3 Using the export tool programatically
It is possible to embed export tool in other applications. The export code is separate from the export tool command-line interface. The entry point to run an export is the following method:
org.outerj.daisy.tools.importexport.export.Exporter.run(...)
(This is a static method, but is no problem to run multiple exports concurrently in the same JVM).
If you want to have a look at the sources of the exporter, the code is found in the Daisy source tree below applications/importexport.
Previous