|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LanguageCreator
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 name)
Create a new instance for the given index if required. |
Language |
loadLanguageInstance(java.lang.String name)
Load or create a new instance for the given index if required. |
| Method Detail |
|---|
Language createLanguageInstance(java.lang.String name)
throws HyphenationException
name - the symbolic name of the language
HyphenationException - in case of an error
Language loadLanguageInstance(java.lang.String name)
throws HyphenationException
name - 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 | |||||||||