public class ServicesPropertiesHandler extends java.lang.Object implements PropertiesHandler
FALSE, TRUE| 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.
|
static ServicesPropertiesHandler |
getInstance()
Returns instance of service properties handler.
|
ServiceProperties |
getServiceProperties(java.lang.Integer configurationId)
Gets service properties.
|
void |
setProperties(PropertyHeader header,
Property property) |
public static ServicesPropertiesHandler getInstance()
public ServiceProperties getServiceProperties(java.lang.Integer configurationId)
configurationId - public void setProperties(PropertyHeader header, Property property)
setProperties in interface PropertiesHandlerheader - header of sectionproperty - property within sectionpublic void finishedSection(int depth)
PropertiesHandlerfinishedSection in interface PropertiesHandlerdepth - depth of section.