Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Configuration in Text format
  • Sections with Attribute names
  • Root section (For general Comments)
  • Attribute Types
    • Basic: String, Long, Boolean
    • Comments apply to a section
  • One config file per bundle in $ODL_HOME/etc
  • Each parameter has a commet, that is handled as attribute.
  • After initial read .. the specified parameters are extended by all remaining parameters with defalt value.
  • A change of the configuration file with editor forces a notification to allow parameter replacement.

Basic requirements

  • Attribute name similar to config attribute
  • Configuration change listener on section level (Example Database)

...