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 locale
|
java.util.List<Cal10nError> |
MessageKeyVerifier.verify(java.util.Locale locale) |
|
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.
|
java.util.List<Cal10nError> |
MessageKeyVerifier.verifyAllLocales() |
Verify all declared locales in one step.
|