public class DevicesPropertiesHandler 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 java.lang.String |
getClassName()
Returns class name if object of this class has already been created, else null.
|
DeviceProperties |
getDeviceProperties(java.lang.Integer configurationId)
Gets device properties by configuration id.
|
static DevicesPropertiesHandler |
getInstance()
Returns instance of the devices properties handler.
|
void |
setProperties(PropertyHeader header,
Property property) |
public static DevicesPropertiesHandler getInstance()
public static java.lang.String getClassName()
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.public DeviceProperties getDeviceProperties(java.lang.Integer configurationId)
configurationId -