| 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. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ConfigurationParameter> |
Configuration.getParameters() |
java.util.Map<java.lang.String,java.util.List<ConfigurationParameter>> |
Configuration.getRepeatingParameters() |