org.daisy.streamline.api.config.package-info Maven / Gradle / Ivy
The newest version!
/**
*
* Provides means for adding configuration catalogs. A configuration catalog
* is a map with a title and a description. The title and description
* are used for selecting a configuration and the map contains
* key/value combinations for that configuration.
*
*
* A catalog can be added by creating a new java project, implementing
* ConfigurationsProvider
and adding the file
* org.daisy.streamline.api.config.ConfigurationsProvider
to the
* META-INF/services folder. This file should contain a qualified reference to
* the new implementation. Package the result as a jar-file and included in the
* classpath.
*
* @author Joel Håkansson
*/
package org.daisy.streamline.api.config;