Interface FilterDescriptionProducer


public interface FilterDescriptionProducer
Produces FilterDescription instances that act as a extension points for control of filter comments and variable names in the generated SEP.

Registering factories

Fluxtion employs the ServiceLoader pattern to register user implemented FilterDescriptionProducer's. Please read the java documentation describing the meta-data a factory implementor must provide to register a factory using the ServiceLoader pattern.
Author:
Greg Higgins
  • Method Summary

    Modifier and Type Method Description
    default FilterDescription getFilterDescription​(java.lang.Class<? extends com.fluxtion.api.event.Event> event, int filterId)  
    default FilterDescription getFilterDescription​(java.lang.Class<? extends com.fluxtion.api.event.Event> event, java.lang.String filterString)