org.daisy.pipeline.tts.impl.DefaultLexiconProperty_SPI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tts-common Show documentation
Show all versions of tts-common Show documentation
Common API for TTS functionality
/***************************************************************/
/* This class was generated by ds-to-spi-annotations-processor */
/***************************************************************/
package org.daisy.pipeline.tts.impl;
public class DefaultLexiconProperty_SPI
extends org.daisy.pipeline.tts.impl.DefaultLexiconProperty
implements org.daisy.common.spi.ServiceWithProperties
, org.daisy.common.spi.CreateOnStart {
private static final org.slf4j.Logger spi_log = org.slf4j.LoggerFactory.getLogger(DefaultLexiconProperty_SPI.class);
private final java.util.Map spi_props;
private boolean spi_deactivated = false;
public DefaultLexiconProperty_SPI() {
super();
spi_log.trace("Creating DefaultLexiconProperty");
spi_props = new java.util.HashMap();
spi_props.put("component.name", "default-lexicon-property");
}
public void spi_deactivate() {
}
public java.util.Map spi_getProperties() {
return spi_props;
}
}