Methods in ch.qos.cal10n.verifier that return types with arguments of type Cal10nError |
List<Cal10nError> |
IMessageKeyVerifier.verify(Locale locale)
Verify that the keys defined in the enumClass match those found in the
resource bundle corresponding to a certain locale |
List<Cal10nError> |
AbstractMessageKeyVerifier.verify(Locale locale)
|
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. |
List<Cal10nError> |
AbstractMessageKeyVerifier.verifyAllLocales()
Verify all declared locales in one step. |