Interface LanguageExtension
-
- All Superinterfaces:
BasicExtension,org.pf4j.ExtensionPoint
public interface LanguageExtension extends BasicExtension
LanguageExtension.- Author:
- Andreas Rudolph
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()BufferedImagegetLanguageFlagImage()URLgetLanguageFlagResource()BufferedImagegetLanguagePackImage()LocalegetLocale()StringgetTitle()StringgetTranslationAuthors()StringgetTranslationWebsite()static Collection<LanguageExtension>load()static LanguageExtensionloadByCode(String languageCode)-
Methods inherited from interface com.openindex.openestate.tool.extensions.BasicExtension
getRequiredPluginIds
-
-
-
-
Method Detail
-
getDescription
String getDescription()
-
getLanguageFlagImage
BufferedImage getLanguageFlagImage()
-
getLanguageFlagResource
URL getLanguageFlagResource()
-
getLanguagePackImage
BufferedImage getLanguagePackImage()
-
getLocale
Locale getLocale()
-
getTitle
String getTitle()
-
getTranslationAuthors
String getTranslationAuthors()
-
getTranslationWebsite
String getTranslationWebsite()
-
load
static Collection<LanguageExtension> load()
-
loadByCode
static LanguageExtension loadByCode(String languageCode)
-
-