nhochberger / Custos

MIT License
0 stars 0 forks source link

Fully customizable configuratoin #14

Closed nhochberger closed 8 years ago

nhochberger commented 8 years ago

Create a configuration file that holds all information. E.g

nhochberger commented 8 years ago

This is more urgent than initially expected.

nhochberger commented 8 years ago

Modules need to read the required fields from their configuration at the begin of their start()-methods.

nhochberger commented 8 years ago

Configuration entries are now applied automatically upon starting the application. In order to correctly apply the configuration entries, just implement/change the applyConfiguration() method of a module. If the configuration is changed by the user (later on), this method can be called in order to set the new values.

nhochberger commented 8 years ago

Configuration now works.

Mind #34