Daisy Open Source CMS

org.outerj.daisy.tools.importexport.config
Class BasicSchemaCustomizer

java.lang.Object
  extended by org.outerj.daisy.tools.importexport.config.BasicSchemaCustomizer
All Implemented Interfaces:
SchemaCustomizer

public class BasicSchemaCustomizer
extends Object
implements SchemaCustomizer

A default implementation of the SchemaCustomizer.


Constructor Summary
BasicSchemaCustomizer()
           
 
Method Summary
 void customize(ImpExpSchema impExpSchema)
           
 void dropDocumentType(String documentTypeName)
           
 void dropFieldType(String fieldTypeName)
           
 void dropPartType(String parTypeName)
           
 String getXml()
          Returns the configuration XML snippet to store in the options file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSchemaCustomizer

public BasicSchemaCustomizer()
Method Detail

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

Daisy Open Source CMS