Package org.pipservices3.commons.config
Interface IReconfigurable
- All Superinterfaces:
IConfigurable
- All Known Implementing Classes:
DependencyResolver
An interface to set configuration parameters to an object.
It is similar to IConfigurable
interface, but emphasizes the fact
that configure()
method can be called more than once to change object configuration
in runtime.
- See Also:
-
Method Summary
Methods inherited from interface org.pipservices3.commons.config.IConfigurable
configure