Interface ReadabilityServiceFactory


public interface ReadabilityServiceFactory
A service factory for retrieving ReadabilityService instances based on a locale
  • Method Details

    • getReadabilityService

      ReadabilityService getReadabilityService(Locale locale)
      Get the ReadabilityService instance for the specified locale
      Parameters:
      locale - the locale for which to find the ReadabilityService
      Returns:
      the ReadabilityService or null