| Loads the PMD project.xml file and stores the contents in a Properties object.
The property keys are the case-insensitive path starting below the root down
to the element. For example:
- currentVersion
- organization/name
- versions/version/name
When an element has repeated values, e.g., developer names, one property is created and
the values are separated by &vs;. The vs stands for value separator.
For example:
- Tom Copeland&vs;David Dixon-Peugh&vs;David Craine
- tom@infoether.com&vs;ddp@apache.org&vs;dave@infoether.com
When there is a collection of repeating values, an empty space will reserve the position
of a missing value. This is so that the collection can be parsed on position.
author: Donald A. Leckie since: September 10, 2002 version: $Revision: 1.1 $, $Date: 2003/07/29 20:51:58 $ |