Interface PofConfigProvider


  • public interface PofConfigProvider
    A provider of POF configuration URIs to load into a ConfigurablePofContext.

    Implementations of this class are discovered using the ServiceLoader and supplied POF configurations automatically loaded.

    Since:
    22.06
    Author:
    Jonathan Knight 2022.06.03
    • Method Detail

      • getConfigURI

        String getConfigURI()
        Provide a POF configuration files to load.
        Returns:
        a POF configuration files to load
      • getConfigURIs

        default Set<String> getConfigURIs()
        Provide a set of POF configuration files to load.
        Returns:
        a set of POF configuration files to load