Daisy Open Source CMS

org.outerj.daisy.tools.importexport.config
Interface SchemaCustomizer

All Known Implementing Classes:
BasicSchemaCustomizer

public interface SchemaCustomizer

The purpose of a SchemaCustomizer is to alter the Daisy repository schema definitions upon import or export.


Method Summary
 void customize(ImpExpSchema impExpSchema)
           
 String getXml()
          Returns the configuration XML snippet to store in the options file.
 

Method Detail

customize

void customize(ImpExpSchema impExpSchema)

getXml

String getXml()
Returns the configuration XML snippet to store in the options file. Return an empty string if you don't need this.


Daisy Open Source CMS