|
|||||||||
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
public abstract class XmlTaskManagerFactory
Extends the basic task manager factory functionality with xml task specific common methods.
Constructor Summary | |
---|---|
XmlTaskManagerFactory()
|
Method Summary | |
---|---|
protected CompressionMethod |
getCompressionMethodArgument(TaskConfiguration taskConfig,
java.lang.String fileName)
Utility method for retrieving a CompressionMethod argument value from a Map of task arguments. |
protected boolean |
getProdEncodingHackArgument(TaskConfiguration taskConfig)
Utility method for retrieving the argument specifying whether to enable the production file encoding hack to work around a bug in the current production configuration. |
Methods inherited from class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory |
---|
createTaskManager, createTaskManagerImpl, 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 XmlTaskManagerFactory()
Method Detail |
---|
protected CompressionMethod getCompressionMethodArgument(TaskConfiguration taskConfig, java.lang.String fileName)
taskConfig
- Contains all information required to instantiate and configure
the task.fileName
- The file name used to determine the default compression
method.
protected boolean getProdEncodingHackArgument(TaskConfiguration taskConfig)
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 |