PackageDescription: ImageConfig


Image Config

Last published: December 18, 2010 by 'postgres'

Defines 2 Classes
Extends 2 Classes


This package adds a file parser for reading dictionary type files. The structure should look like an ini file:

[ClassName]
id=1
value='foo'

The name in braces will be taken as a class name; fields below it are attributes. Attributes in quotes will be parsed as strings; you can put in true or false and get booleans. The DictionaryFileReader is a nice tool for parsing settings files. It answers a Dictionary, where the keys are the class names, and the fields are collections of all the instances parsed