Class ObflParserFactoryMaker


  • public class ObflParserFactoryMaker
    extends Object

    Like all maker classes in the api, this class is only used directly in SPI context. Unlike some other classes however, this class does not implement a service interface that can be used from OSGi. The reason for this is that the implementation simply returns a single instance of the lower level interface with references populated with SPI. To use in OSGi context, request the lower level service directly from the DS registry.

    • Constructor Detail

      • ObflParserFactoryMaker

        public ObflParserFactoryMaker()
        Creates a new instance.
    • Method Detail

      • getFactory

        public ObflParserFactoryService getFactory()
        Gets the OBFL parser factory service.
        Returns:
        returns the OBFL parser factory service
      • newInstance

        public static ObflParserFactoryMaker newInstance()
        Creates a new OBFL parser factory maker instance.
        Returns:
        returns a new instance using spi