com.bretth.osmosis.core.plugin
Interface PluginLoader
public interface PluginLoader
Defines the methods required by a plugin loading implementation. The plugin
loader is used to define the tasks provided by a plugin.
- Author:
- Brett Henderson
Method Summary |
java.util.Map<java.lang.String,TaskManagerFactory> |
loadTaskFactories()
Loads all task factories provided by the plugin and specifies the names
to register them under. |
loadTaskFactories
java.util.Map<java.lang.String,TaskManagerFactory> loadTaskFactories()
- Loads all task factories provided by the plugin and specifies the names
to register them under.
- Returns:
- A map between task names and their factory implementations.