org.openstreetmap.osmosis.core.apidb.v0_6
Class ApidbChangeWriterFactory

java.lang.Object
  extended by org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
      extended by org.openstreetmap.osmosis.core.database.DatabaseTaskManagerFactory
          extended by org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeWriterFactory

public class ApidbChangeWriterFactory
extends DatabaseTaskManagerFactory

The task manager factory for a database change writer.

Author:
Brett Henderson

Constructor Summary
ApidbChangeWriterFactory()
           
 
Method Summary
protected  TaskManager createTaskManagerImpl(TaskConfiguration taskConfig)
          Create a new task manager containing a task instance.
 
Methods inherited from class org.openstreetmap.osmosis.core.database.DatabaseTaskManagerFactory
getDatabaseLoginCredentials, getDatabasePreferences
 
Methods inherited from class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
createTaskManager, doesArgumentExist, getBooleanArgument, getDateArgument, getDateArgument, getDefaultIntegerArgument, getDefaultStringArgument, getDoubleArgument, getIntegerArgument, getIntegerArgument, getStringArgument, getStringArgument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApidbChangeWriterFactory

public ApidbChangeWriterFactory()
Method Detail

createTaskManagerImpl

protected TaskManager createTaskManagerImpl(TaskConfiguration taskConfig)
Create a new task manager containing a task instance.

Specified by:
createTaskManagerImpl in class TaskManagerFactory
Parameters:
taskConfig - Contains all information required to instantiate and configure the task.
Returns:
The newly created task manager.