Interface PropertiesProducerSpi


  • public interface PropertiesProducerSpi
    In Inugami, the root configuration is defined in XML files. One XML file per plugin with another XML to define all events. It's possible to define properties in the plugin XML file. However, if your plugin required to generate programmatically some properties, use the PropertiesProducerSpi. It's a SPI interface, so it's required to create the file /META-INF/services/io.inugami.api.spi.PropertiesProducerSpi with all implementations.