Uses of Class
ch.qos.cal10n.verifier.Cal10nError
-
Packages that use Cal10nError Package Description ch.qos.cal10n.verifier Support classes for verifying that there are no message code mis-matches between resource bundles and the corresponding enum type. -
-
Uses of Cal10nError in ch.qos.cal10n.verifier
Methods in ch.qos.cal10n.verifier that return Cal10nError Modifier and Type Method Description (package private) Cal10nError
ErrorFactory. buildError(Cal10nError.ErrorType errorType, java.lang.String key)
Methods in ch.qos.cal10n.verifier that return types with arguments of type Cal10nError Modifier and Type Method Description java.util.List<Cal10nError>
AbstractMessageKeyVerifier. verify(java.util.Locale locale)
java.util.List<Cal10nError>
IMessageKeyVerifier. verify(java.util.Locale locale)
Verify that the keys defined in the enumClass match those found in the resource bundle corresponding to a certain localejava.util.List<Cal10nError>
AbstractMessageKeyVerifier. verifyAllLocales()
Verify all declared locales in one step.java.util.List<Cal10nError>
IMessageKeyVerifier. verifyAllLocales()
Verify that the keys defined in the enumClass match those found in the corresponding resource bundle for all locales declared in the enum type via the@LocaleData
annotation.
-