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.0.0/manual/index.html