| Package | Description |
|---|---|
| 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. |
| com.comtrade.ecm.engine.config.engine |
Package that implements default-engine loading of configuration data from xml-files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationReaderDefault |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationEngineReader
An object that reads configuration files and creates
ConfigurationEngine. |