public class LanguageConfigurationUtil extends Object
LanguageConfigurationUtil class is responsible for
identifying the language to be used.| Constructor and Description |
|---|
LanguageConfigurationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LanguageConfiguration |
get(InputStream configuration)
Creates a
LanguageConfiguration from a InputStream, which
remains opened. |
static LanguageConfiguration |
get(Locale locale) |
static void |
main(String[] args) |
public static LanguageConfiguration get(Locale locale)
locale - contains the language to be usedInitializationExceptionpublic static LanguageConfiguration get(InputStream configuration)
LanguageConfiguration from a InputStream, which
remains opened.configuration - the input streamLanguageConfigurationpublic static void main(String[] args) throws FileNotFoundException, JAXBException
FileNotFoundExceptionJAXBExceptionCopyright © 2012–2017 CoGrOO. All rights reserved.