Uses of Interface
de.aristaflow.adept2.util.i18n.Messages
-
Packages that use Messages Package Description de.aristaflow.adept2.model.common de.aristaflow.adept2.model.common.i18n de.aristaflow.adept2.util de.aristaflow.adept2.util.i18n -
-
Uses of Messages in de.aristaflow.adept2.model.common
Method parameters in de.aristaflow.adept2.model.common with type arguments of type Messages Modifier and Type Method Description static void
LocalisedCheckReport. 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 String
LocalisedCheckReport. 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 Messages Modifier and Type Method Description static Map<Locale,String>
LocalisationTools. 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 String
LocalisationTools. 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 Messages Modifier and Type Method Description static Map<Locale,String>
LocaleTools. 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 Messages Modifier and Type Class Description class
ResBundleMessages
Simple class providing messages from a specific resource bundle.class
SubMessages
Messages class wrapping anotherMessages
and prepending all requested keys with the same prefix.Methods in de.aristaflow.adept2.util.i18n that return Messages Modifier and Type Method Description protected Messages
MessagesProvider. convert(Locale reqLocale, ResourceBundle bundle)
default Messages
Messages. subMessages(String prefix)
Gets a newMessages
for the designated prefix, that are all messages of thisMessage
of which the keys start with the designated prefix.
-