|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes the features of an object which is able to provide a language instance either by loading it from an external source or by creating a new one.
Method Summary | |
Language |
createLanguageInstance(java.lang.String index)
Create a new instance for the given index if required. |
Language |
loadLanguageInstance(java.lang.String index)
Load or create a new instance for the given index if required. |
Method Detail |
public Language createLanguageInstance(java.lang.String index) throws HyphenationException
index
- the symbolic name of the language
HyphenationException
- in case of an errorpublic Language loadLanguageInstance(java.lang.String index) throws HyphenationException
index
- the symbolic name of the language
HyphenationException
- in case of an error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |