All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.dedicon.pipeline.braille.calabash.impl.EmptyBackCoverStep_Provider_SPI Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
/***************************************************************/
/* This class was generated by ds-to-spi-annotations-processor */
/***************************************************************/

package nl.dedicon.pipeline.braille.calabash.impl;

public class EmptyBackCoverStep_Provider_SPI
       extends nl.dedicon.pipeline.braille.calabash.impl.EmptyBackCoverStep.Provider
       implements org.daisy.common.spi.ServiceWithProperties
{
	
	private static final org.slf4j.Logger spi_log = org.slf4j.LoggerFactory.getLogger(EmptyBackCoverStep_Provider_SPI.class);
	
	private final java.util.Map spi_props;
	
	public EmptyBackCoverStep_Provider_SPI() {
		super();
		spi_log.trace("Creating EmptyBackCoverStep.Provider");
		spi_props = new java.util.HashMap();
		spi_props.put("component.name", "dedicon:empty-back-cover");
		spi_props.put("type", "{http://www.dedicon.nl}empty-back-cover");
	}
	
	public java.util.Map spi_getProperties() {
		return spi_props;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy