|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.zcu.fav.kiv.editor.config.PropertyParser
public class PropertyParser
The PropertyParser class contains methods for parsing files with XML definitions
of properties.
| Constructor Summary | |
|---|---|
PropertyParser()
Initializes a newly created PropertyParser. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyParser()
PropertyParser. Sets up the SAX parser used for
parsing.
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||