Interface BrailleTranslatorFactoryMakerService

  • All Known Implementing Classes:
    BrailleTranslatorFactoryMaker

    public interface BrailleTranslatorFactoryMakerService

    Provides an interface for a BrailleTranslatorFactoryMaker service. The purpose of this interface is to expose an implementation of a BrailleTranslatorFactoryMaker as an OSGi service.

    To comply with this interface, an implementation must be thread safe and address both the possibility that only a single instance is created and used throughout and that new instances are created as desired.

    • Method Detail

      • supportsSpecification

        boolean supportsSpecification​(String locale,
                                      String mode)
        Returns true if the translator factory supports the given specification.
        Parameters:
        locale - the translator locale
        mode - the translator grade, or null for uncontracted braille
        Returns:
        returns true if the translator factory supports the specification