Uses of Interface
de.aristaflow.adept2.util.i18n.Messages
Packages that use Messages
Package
Description
-
Uses of Messages in de.aristaflow.adept2.model.common
Method parameters in de.aristaflow.adept2.model.common with type arguments of type MessagesModifier and TypeMethodDescriptionstatic voidLocalisedCheckReport.addLocalisedReportEntry(CheckReport report, String checkId, CheckReport.ResultType reportEntryType, URI[] affectedElements, String msgKey, Function<Locale, Messages> provider, LocalisedString... args) Adds a report entry with a localised message/with localised messages to the designated check report.static StringLocalisedCheckReport.getLocalisedMessage(String msgKey, Locale locale, Function<Locale, Messages> provider, CheckReport report, LocalisedString... args) Gets the localised message for the designated message key from the designated messages. -
Uses of Messages in de.aristaflow.adept2.model.common.i18n
Method parameters in de.aristaflow.adept2.model.common.i18n with type arguments of type MessagesModifier and TypeMethodDescriptionLocalisationTools.fillLocalisedMessage(Map<Locale, String> localisedMessage, String msgKey, List<Locale> locales, Function<Locale, Messages> provider, LocalisationFactory locFac, LocalisedString... args) Loads the designated message key from the corresonding messages for the designated locales and stores them in the designated map.static StringLocalisationTools.getLocalisedMessage(String msgKey, Locale locale, Function<Locale, Messages> provider, LocalisationFactory locFac, LocalisedString... args) Gets the localised message for the designated message key for the messages from the designated provider. -
Uses of Messages in de.aristaflow.adept2.util
Method parameters in de.aristaflow.adept2.util with type arguments of type MessagesModifier and TypeMethodDescriptionLocaleTools.fillLocalisedMessage(Map<Locale, String> localisedMessage, String msgKey, List<Locale> locales, Function<Locale, Messages> provider, Object... args) Loads the designated message key from the corresponding messages for the designated locales and stores them in the designated map. -
Uses of Messages in de.aristaflow.adept2.util.i18n
Classes in de.aristaflow.adept2.util.i18n that implement MessagesModifier and TypeClassDescriptionclassSimple class providing messages from a specific resource bundle.classMessages class wrapping anotherMessagesand prepending all requested keys with the same prefix.Methods in de.aristaflow.adept2.util.i18n that return MessagesModifier and TypeMethodDescriptionprotected MessagesMessagesProvider.convert(Locale reqLocale, ResourceBundle bundle) default MessagesMessages.subMessages(String prefix) Gets a newMessagesfor the designated prefix, that are all messages of thisMessageof which the keys start with the designated prefix.