| Package | Description |
|---|---|
| com.comtrade.ecm.engine.business.entity.attributes | |
| 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.system |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeDefinition
Definition of an object that can be used to retrieve all the necessary information about an attribute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EcmAttributeDefinition |
| Modifier and Type | Method and Description |
|---|---|
<T extends Nameable> |
Configuration.getObject(java.lang.Class<T> clazz,
java.lang.String name) |
static <T extends Nameable> |
ConfigurationManager.getObject(java.lang.Class<T> clazz,
java.lang.String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
Client
Configuration information regarding a "Client" (company that uses an application)
|