Class LatexRulesLocator


  • public class LatexRulesLocator
    extends Object
    Provides a resource locator for latex rule files.
    • Constructor Detail

      • LatexRulesLocator

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

      • supportsLocale

        public boolean supportsLocale​(String locale)
        Returns true if the specified locale is supported.
        Parameters:
        locale - the locale to test
        Returns:
        returns true if the locale is supported, false otherwise
      • listLocales

        public Collection<?> listLocales()
        Lists supported locales.
        Returns:
        returns a collection of locales
      • getProperties

        public Properties getProperties​(String locale)
        Returns the properties for the specified locale.
        Parameters:
        locale - the locale
        Returns:
        returns the properties, or null if not found.