Pax Coin has built-in support for gathering configurations from common sources of configurations such as:
File System
Pax Coin File System Configuration Provider will scan the content of configurable directories for configuration files and each found file (see supported file formats) will be considered as a configuration.
To see how you can use this provider take a look at the example use case.
Bundle
Pax Coin Bundle Configuration Provider acts as an extender and will scan started bundles content of a configurable directory for configuration files and each found file (see supported file formats) will be considered as a configuration.
To see how you can use this provider take a look at the example use case.
Bundle
Pax Coin Service Registry Configuration Provider uses the OSGi Service Registry as a source of configurations via a whiteboard pattern. This means your bundle can become a source of configuration at a cost of just adding the necessary properties to a registered service.
To see how you can use this provider take a look at the example use case.
Other
If none of this above providers are matching your requirements you can implement your own configuration provider.

