public class EventingProperties extends java.lang.Object implements PropertiesHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_BINDING |
static java.lang.String |
PROP_CONFIGURATION_ID |
FALSE, TRUE| Constructor and Description |
|---|
EventingProperties()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finishedSection(int depth)
This method indicates the PropertiesHandler, that the last section with the given depth has
been read completely.
|
DataStructure |
getBindings(java.lang.Integer configurationId) |
static EventingProperties |
getInstance()
Returns instance of the eventing properties handler.
|
void |
setProperties(PropertyHeader header,
Property property) |
public static final java.lang.String PROP_CONFIGURATION_ID
public static final java.lang.String PROP_BINDING
public static EventingProperties getInstance()
public void finishedSection(int depth)
PropertiesHandlerfinishedSection in interface PropertiesHandlerdepth - depth of section.public void setProperties(PropertyHeader header, Property property)
setProperties in interface PropertiesHandlerheader - header of sectionproperty - property within sectionpublic DataStructure getBindings(java.lang.Integer configurationId)
configurationId -