org.outerj.daisy.tools.importexport.config
Class BasicSchemaCustomizer
java.lang.Object
org.outerj.daisy.tools.importexport.config.BasicSchemaCustomizer
- All Implemented Interfaces:
- SchemaCustomizer
public class BasicSchemaCustomizer
- extends Object
- implements SchemaCustomizer
A default implementation of the SchemaCustomizer.
BasicSchemaCustomizer
public BasicSchemaCustomizer()
customize
public void customize(ImpExpSchema impExpSchema)
- Specified by:
customize in interface SchemaCustomizer
dropPartType
public void dropPartType(String parTypeName)
dropFieldType
public void dropFieldType(String fieldTypeName)
dropDocumentType
public void dropDocumentType(String documentTypeName)
getXml
public String getXml()
- Description copied from interface:
SchemaCustomizer
- Returns the configuration XML snippet to store in the options file.
Return an empty string if you don't need this.
- Specified by:
getXml in interface SchemaCustomizer