| Short description: |
Configuration file parsing, loading, and representation toolkit |
| Category: |
Library/Config |
| Status: |
stable |
| Created: |
2008-05-28 22:29:41 GMT |
| Last update: |
2008-07-15 02:40:27 GMT |
| Owner: |
Designing Patterns
(Projects of this owner) |
| Homepage: |
http://configtoolkit.rubyforge.org |
| Download: |
http://rubyforge.org/frs/?group_id=6186
|
| License: |
BSD |
| Dependency: |
|
| Description: |
This package makes sourcing information from configuration files robust and
easy! It:
- Allows programmers to specify the type of data that should be loaded from a
configuration file. The toolkit automatically will validate the
file’s data against this specification when loading the file,
ensuring that the specification always is obeyed and saving the programmer
the tedious chore of writing validation code.
- Automagically generates parameter accessor methods, an equality operator,
and a to_s method from the configuration’s specification.
- Allows programmers to create configuration files, easily and
programatically.
- Provides classes that can load from and dump to different kinds of
configuration files.
- Is very extensible, allowing the engine to be used with custom format
configuration files and with custom data validation rules.
|
| Versions: |
[2.2.0 (2008-07-30)]
[2.0.0 (2008-07-15)]
[1.2.0 (2008-05-28)]
|