资 源 简 介
EProperties extends the standard java.util.Properties object and syntax to include things like: variable substitution, nesting, inclusion and lists.
Key features
EProperties supports:
* Property substitution - greeting=hello ${world}
* Lists - primary.colors=("red", "green", "blue")
* Nesting - subproperty={foo=bar}
* Inclusion - http://jmatrix.net/properties/test.properties
Getting Started
The best way to get started is to have a look at the current software manual:
http://eproperties.googlecode.com/svn/docs/1.1.2/manual/index.html
Java Doc (Also linked from the above manual)
The properties syntax is supported by the API:
http://eproperties.googlecode.com/svn/docs/1.1.2/javadoc/index.html
Release Notes
Release notes are available here:
http://eproperties.googlecode.com/svn/trunk/release.txt