kmisztal / KiMage

Java Image Processing Library
6 stars 12 forks source link

File based configuration #25

Open dkrawiec opened 8 years ago

dkrawiec commented 8 years ago

Implemented as a separate maven module which doesn't have dependencies on other project's modules.

Is should provide generic way for storing configuration. For example property file with keys and values, or json file with serialized configuration class instance.

It should automatically reload when the property file is modified from external app. Possibly it should also provide callback mechanism in order to handle the configuration change by interested parties.