Class LanguageAdapter
- java.lang.Object
-
- com.openindex.openestate.tool.extensions.LanguageAdapter
-
- All Implemented Interfaces:
BasicExtension,LanguageExtension,org.pf4j.ExtensionPoint
public abstract class LanguageAdapter extends Object implements LanguageExtension
LanguageAdapter.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description LanguageAdapter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetDescription()BufferedImagegetLanguageFlagImage()URLgetLanguageFlagResource()BufferedImagegetLanguagePackImage()abstract LocalegetLocale()String[]getRequiredPluginIds()StringgetTitle()abstract StringgetTranslationAuthors()abstract StringgetTranslationWebsite()
-
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceLanguageExtension
-
getLocale
public abstract Locale getLocale()
- Specified by:
getLocalein interfaceLanguageExtension
-
getLanguageFlagImage
public BufferedImage getLanguageFlagImage()
- Specified by:
getLanguageFlagImagein interfaceLanguageExtension
-
getLanguageFlagResource
public URL getLanguageFlagResource()
- Specified by:
getLanguageFlagResourcein interfaceLanguageExtension
-
getLanguagePackImage
public BufferedImage getLanguagePackImage()
- Specified by:
getLanguagePackImagein interfaceLanguageExtension
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceLanguageExtension
-
getTranslationAuthors
public abstract String getTranslationAuthors()
- Specified by:
getTranslationAuthorsin interfaceLanguageExtension
-
getTranslationWebsite
public abstract String getTranslationWebsite()
- Specified by:
getTranslationWebsitein interfaceLanguageExtension
-
getRequiredPluginIds
public String[] getRequiredPluginIds()
- Specified by:
getRequiredPluginIdsin interfaceBasicExtension
-
-