|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.TaskRegistrar
public class TaskRegistrar
Provides the initialisation logic for registering all task factories.
Constructor Summary | |
---|---|
TaskRegistrar()
Creates a new instance. |
Method Summary | |
---|---|
TaskManagerFactoryRegister |
getFactoryRegister()
Returns the configured task manager factory register configured. |
void |
initialize(java.util.List<java.lang.String> plugins)
Initialises factories for all tasks. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskRegistrar()
Method Detail |
---|
public TaskManagerFactoryRegister getFactoryRegister()
public void initialize(java.util.List<java.lang.String> plugins)
plugins
- The class names of all plugins to be loaded.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |