Click or drag to resize

ConfigurationRuntime Methods

The ConfigurationRuntime type exposes the following members.

Methods
  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.

.
Protected methodReset
Reset to an empty configuration.
Top
See Also