|
|||||||||
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.database.DatabaseTaskManagerFactory
public abstract class DatabaseTaskManagerFactory
Extends the basic task manager factory functionality with MySQL task specific common methods.
Constructor Summary | |
---|---|
DatabaseTaskManagerFactory()
|
Method Summary | |
---|---|
protected DatabaseLoginCredentials |
getDatabaseLoginCredentials(TaskConfiguration taskConfig)
Utility method for retrieving the login credentials for a database connection. |
protected DatabasePreferences |
getDatabasePreferences(TaskConfiguration taskConfig)
Utility method for retrieving the login credentials for a database connection. |
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 DatabaseTaskManagerFactory()
Method Detail |
---|
protected DatabaseLoginCredentials getDatabaseLoginCredentials(TaskConfiguration taskConfig)
taskConfig
- Contains all information required to instantiate and configure the task.
protected DatabasePreferences getDatabasePreferences(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 |