All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.squarespace.cldrengine.ResourcePackLoader Maven / Gradle / Ivy

The newest version!
package com.squarespace.cldrengine;

/**
 * Instantiates the resource pack for the given language. Note that any
 * exceptions encountered by the loader are fatal, since the library
 * cannot function without the packs. Such an error represents a failure
 * in configuration or packaging of the library within an application.
 */
public interface ResourcePackLoader {
  ResourcePack get(String language);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy