|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
org.openstreetmap.osmosis.core.xml.common.XmlTaskManagerFactory
org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeReaderFactory
public class XmlChangeReaderFactory
The task manager factory for an xml change reader.
Constructor Summary | |
---|---|
XmlChangeReaderFactory()
|
Method Summary | |
---|---|
protected TaskManager |
createTaskManagerImpl(TaskConfiguration taskConfig)
Create a new task manager containing a task instance. |
Methods inherited from class org.openstreetmap.osmosis.core.xml.common.XmlTaskManagerFactory |
---|
getCompressionMethodArgument, getProdEncodingHackArgument |
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 |
---|
public XmlChangeReaderFactory()
Method Detail |
---|
protected TaskManager createTaskManagerImpl(TaskConfiguration taskConfig)
createTaskManagerImpl
in class TaskManagerFactory
taskConfig
- Contains all information required to instantiate and configure
the task.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |