public class PropertyParser
extends java.lang.Object
PropertyParser class contains methods for parsing files with XML definitions
of properties.| Constructor and Description |
|---|
PropertyParser()
Initializes a newly created
PropertyParser. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Property> |
getParsedPropertyList() |
void |
processPropertyDependency()
Process values of parameters from
unparsedAttributeList. |
void |
readPropertyDefinition(java.util.Map<java.lang.String,Property> propertyList)
In sequence parses for every property its XML definition file.
|
public PropertyParser()
PropertyParser. Sets up the SAX parser used for
parsing.public void readPropertyDefinition(java.util.Map<java.lang.String,Property> propertyList)
propertyList - the list of property names loaded from the main configuration file.public void processPropertyDependency()
unparsedAttributeList.public java.util.Map<java.lang.String,Property> getParsedPropertyList()