Interface TextProvider


public interface TextProvider

This SPI-interface enables the access to calendrical standard text informations and will be instantiated by a ServiceLoader-mechanism.

The motivation is mainly to override the language-dependent forms of JDK-defaults with respect to standard elements like months, weekdays etc. Specific text forms which are not contained in JDK will instead be supplied by help of properties-files in the "data"-folder.

Note: All implementations must have a public no-arg constructor.

Since:
2.0
Author:
Meno Hochschild
See Also:
ServiceLoader