Package org.daisy.dotify.api.text
Provides a text to integer API.
The entry point for using this package is the Integer2TextFactoryMaker
(SPI)
and Integer2TextFactoryMakerService
(OSGi). To add additional implementations, use the
Integer2TextFactoryService
interface.
-
Interface Summary Interface Description Integer2Text Provides an integer2text.Integer2TextFactory Provides a integer2text factory interface.Integer2TextFactoryMakerService Provides an interface for a Integer2TextFactoryMaker service.Integer2TextFactoryService Provides an interface for a Integer2TextFactory service. -
Class Summary Class Description Integer2TextFactoryMaker Provides a integer2text factory maker. -
Exception Summary Exception Description Integer2TextConfigurationException Provides an exception to indicate problems when configuring an integer to text factory or instance.IntegerOutOfRange Thrown to indicate that an integer cannot be converted to text because it is out of range of the capabilities of the implementation.