public interface PropertiesHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FALSE |
static java.lang.String |
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.
|
void |
setProperties(PropertyHeader header,
Property property) |
static final java.lang.String TRUE
static final java.lang.String FALSE
void setProperties(PropertyHeader header, Property property)
header - header of sectionproperty - property within sectionvoid finishedSection(int depth)
depth - depth of section.