|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LanguageManager
This class manages the HyphenationTables. It is a container
which can be asked to provide an appropriate instance. This instance is
either taken from existing instances or a new instance is created.
AbstractFactory.
| Method Summary | |
|---|---|
Language |
getLanguage(java.lang.String index)
Return the Language for a given name. |
| Method Detail |
|---|
Language getLanguage(java.lang.String index)
throws ConfigurationException
Language for a given name.
If there is no language present with the given name then a new one is created or loaded.
The index in String. This implementation does not have this restriction.
The name can be any string.
The proposal is to use a natural number for backward compatibility and ISO language codes otherwise.
index - the name for which the language is requested
ConfigurationException - in case of an error in the configurationgetLanguage(
java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||