Skip navigation links

Package com.comtrade.ecm.engine.config

Package with classes that perform standard configuration reading and confirmation data providing.
All the classes from this package (and all the classes that implement specific reading from configuration files) should carefully use classes from other parts of the library, in order to avoid cyclic dependences.
If (in a deploy) there is an available ConfigurationReader-object, then it should be used to read the configuration data.

See: Description

Package com.comtrade.ecm.engine.config Description

Package with classes that perform standard configuration reading and confirmation data providing.
All the classes from this package (and all the classes that implement specific reading from configuration files) should carefully use classes from other parts of the library, in order to avoid cyclic dependences.
If (in a deploy) there is an available ConfigurationReader-object, then it should be used to read the configuration data. If no ConfigurationReader-object is available, then we will react as if there is no specific configuration data.
Skip navigation links