| 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 | Method and Description |
|---|---|
Configuration |
ConfigurationReader.read(java.lang.String filename)
Reads configuration data from a file (a specific extension to a filename will be (if needed) added in an implementation class).
|
Configuration |
ConfigurationReaderDefault.read(java.lang.String filename) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationEngineReader.read(java.lang.String filename)
Reads configuration files and creates
ConfigurationEngine object. |