Daisy Open Source CMS

org.outerj.daisy.tools.importexport.import_.schema
Class SchemaImporter

java.lang.Object
  extended by org.outerj.daisy.tools.importexport.import_.schema.SchemaImporter

public class SchemaImporter
extends Object

Uses the SchemaLoader to load a schema from an import file in the repository.


Method Summary
static void run(ImportFile importFile, ImportOptions options, ImportListener listener, Repository repository)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public static void run(ImportFile importFile,
                       ImportOptions options,
                       ImportListener listener,
                       Repository repository)
                throws ImportExportException
Throws:
ImportExportException

Daisy Open Source CMS