public class DiscoveryBindingProperties extends java.lang.Object implements PropertiesHandler
| Modifier and Type | Field and Description |
|---|---|
static PropertyHeader |
HEADER_SUBSECTION_DISCOVERY_BINDINGS |
static PropertyHeader |
HEADER_SUBSUBSECTION_DISCOVERY_BINDING |
static int |
IPV4 |
static int |
IPV6 |
static java.lang.String |
PROP_IFACE |
static java.lang.String |
SUBSECTION_DISCOVERY_BINDINGS |
static java.lang.String |
SUBSUBSECTION_DISCOVERY_BINDING |
FALSE, TRUE| Constructor and Description |
|---|
DiscoveryBindingProperties() |
| 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.
|
void |
setProperties(PropertyHeader header,
Property property) |
public static final int IPV6
public static final int IPV4
public static final java.lang.String PROP_IFACE
public static final java.lang.String SUBSECTION_DISCOVERY_BINDINGS
public static final java.lang.String SUBSUBSECTION_DISCOVERY_BINDING
public static final PropertyHeader HEADER_SUBSECTION_DISCOVERY_BINDINGS
public static final PropertyHeader HEADER_SUBSUBSECTION_DISCOVERY_BINDING
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.