Click or drag to resize

ConfigurationRuntimeAddPluginLoader Method

Overload List
  NameDescription
Public methodAddPluginLoader(String, String)
Add a plugin loader (f.e. an input/output adapter loader) without any additional loader configuration

The class is expected to implement the PluginLoader interface.

.
Public methodAddPluginLoader(String, String, Properties)
Add a plugin loader (f.e. an input/output adapter loader).

The class is expected to implement the PluginLoader interface.

.
Public methodAddPluginLoader(String, Type, Properties)
Public methodAddPluginLoader(String, String, Properties, String)
Add a plugin loader (f.e. an input/output adapter loader).

The class is expected to implement the PluginLoader interface.

.
Top
See Also