org.apache.ddlutils.task
Class ConvertingDatabaseCommand
java.lang.Object
org.apache.ddlutils.task.DatabaseCommand
org.apache.ddlutils.task.ConvertingDatabaseCommand
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- WriteDataToDatabaseCommand, WriteDataToFileCommand
- public abstract class ConvertingDatabaseCommand
- extends DatabaseCommand
Base type for database commands that use converters.
- Version:
- $Revision: 289996 $
- Author:
- Thomas Dudziak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.ddlutils.task.Command |
execute |
ConvertingDatabaseCommand
public ConvertingDatabaseCommand()
addConfiguredConverter
public void addConfiguredConverter(DataConverterRegistration converterRegistration)
- Registers a converter.
- Parameters:
converterRegistration
- The registration info
registerConverters
protected void registerConverters(ConverterConfiguration converterConf)
throws org.apache.tools.ant.BuildException
- Registers the converters at the given configuration.
- Parameters:
converterConf
- The converter configuration
- Throws:
org.apache.tools.ant.BuildException
Copyright © 2005 Apache Software Foundation. All Rights Reserved.