Uses of Interface
eu.cloudnetservice.driver.language.TranslationProvider
Packages that use TranslationProvider
-
Uses of TranslationProvider in eu.cloudnetservice.driver.language
Classes in eu.cloudnetservice.driver.language that implement TranslationProviderModifier and TypeClassDescriptionfinal classAn implementation of a translation provider which loads the translations from a properties source and uses a message format to insert arguments into the translations.Methods in eu.cloudnetservice.driver.language that return TranslationProviderModifier and TypeMethodDescriptionstatic @NonNull TranslationProviderPropertiesTranslationProvider.fromProperties(@NonNull InputStream inputStream) Loads a properties document in UTF-8 format from the given input stream.static @NonNull TranslationProviderPropertiesTranslationProvider.fromProperties(@NonNull Reader reader) Loads a properties document from the given reader.static @NonNull TranslationProviderPropertiesTranslationProvider.fromProperties(@NonNull Properties properties) Constructs a translation provider based on the given properties.Methods in eu.cloudnetservice.driver.language with parameters of type TranslationProviderModifier and TypeMethodDescriptionvoidI18n.registerProvider(@NonNull Locale language, @NonNull TranslationProvider provider) Registers a translation provider into this registry.voidI18n.unregisterProvider(@NonNull Locale language, @NonNull TranslationProvider provider) Unregisters the given provider for the given language from this registry.