nl.dedicon.pipeline.braille.calabash.impl.EmptyBackCoverStep_Provider_SPI Maven / Gradle / Ivy
/***************************************************************/
/* 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;
}
}