|
Class Summary |
| AbstractPropertyProcessor |
A property processor is used to process each read property key and value.
|
| ExtendedProperties |
extended version of java.util.Properties which supports:
variable replacement
include
property attributes
property conditions
Objects of this class are for internal use of the property API only. |
| Property |
represents a single property with a key and a value |
| PropertyAttribute |
encapsulates the information about a single property attribute.
|
| PropertyAttributes |
Manages a set of property attributes |
| PropertyData |
Encapsulates the property data and attribute information.
|
| PropertyLoader |
This class is responsible for loading the property files from the
filesystem and the classloader into a PropertyData instance. |
| XProperties |
Root Class for accessing Properties. |