| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| readme.txt | 2011-11-26 | 1.7 kB | |
| treeconf-0.1-20111126-beta.zip | 2011-11-26 | 7.6 kB | |
| treeconf-0.1-20111015-beta.zip | 2011-10-15 | 7.5 kB | |
| treeconf-0.1-20110206-beta.zip | 2011-02-06 | 6.9 kB | |
| treeconf-0.1-20110109-beta.zip | 2011-01-09 | 6.8 kB | |
| treeconf-0.1-20110102-beta.zip | 2011-01-02 | 6.5 kB | |
| treeconf-0.1-20110101-beta.zip | 2011-01-01 | 8.8 kB | |
| treeconf-0.1-20101229-beta.zip | 2010-12-29 | 8.7 kB | |
| Totals: 8 Items | 54.5 kB | 0 |
TreeConf
=======
* Installation
* Release notes
Installation:
-------------
- Unzip the package
- Import the jar file in your Java project, or copy (move) it to
a directory that is in your classpath
- Set the javadoc location for this library, to
"http://treeconf.sourceforge.net/javadoc/"
Release notes:
--------------
* 0.1-20111126-beta:
- Minor fix when reporting the library version
* 0.1-20111015-beta:
- Added and took into use custom exception instead of Exception
* 0.1-20110206-beta:
- Fixed a parsing bug that prevented reading configuration items
having the dot (.) character in the value
* 0.1-20110109-beta:
- Renamed the asInt(), asLong(), etc methods to toInt(), toLong(),
etc, to make it a more consistent interface considering the
Object's own toString() method. Decided to do this now, before
the library becomes more widely adopted
- Fixed the built-in IO file reader and writer (INI format) to
avoid a null pointer exception when failing to open a
configuration file
- Changed the library jar file name, to have the release number
* 0.1-20110102-beta:
- Removed exception catching from the library, to enable users
to handle them as they want
- Fixed package creation, to not include the example application
in the library jar file anymore
* 0.1-20110101-beta:
- Added versioning information to the ConfigRoot
* 0.1-20101229-beta:
- "HELLO WORLD!"
- First release of the library.
- Features include:
+ saving and reading configuration from file
+ change notification system