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

nl.dedicon.pipeline.braille.calabash.impl.BrlMustStartWithNewlineStep_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 BrlMustStartWithNewlineStep_Provider_SPI
       extends nl.dedicon.pipeline.braille.calabash.impl.BrlMustStartWithNewlineStep.Provider
       implements org.daisy.common.spi.ServiceWithProperties
{
	
	private static final org.slf4j.Logger spi_log = org.slf4j.LoggerFactory.getLogger(BrlMustStartWithNewlineStep_Provider_SPI.class);
	
	private final java.util.Map spi_props;
	
	public BrlMustStartWithNewlineStep_Provider_SPI() {
		super();
		spi_log.trace("Creating BrlMustStartWithNewlineStep.Provider");
		spi_props = new java.util.HashMap();
		spi_props.put("component.name", "dedicon:brl-must-start-with-newline");
		spi_props.put("type", "{http://www.dedicon.nl}brl-must-start-with-newline");
	}
	
	public java.util.Map spi_getProperties() {
		return spi_props;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy