EProperties extends the standard java.util.Properties object and syntax to include things like: variable substitution, nesting, inclusion and lists.
Key featuresEProperties supports:
Property
... [More]
substitution - greeting=hello ${world} Lists - primary.colors=("red", "green", "blue") Nesting - subproperty={foo=bar} Inclusion - http://jmatrix.net/properties/test.properties
Getting StartedThe 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 [Less]