public interface IMessageKeyVerifier
See also MessageKeyVerifier for a concrete implementation.
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseName()
Get the base name for the resource bundle family as specified in the enumType (via annotations)
|
String |
getEnumTypeAsStr()
Get the name of enum type to this verifier is related to to.
|
String |
getLocaleNames()
Get the locales specified in the enumType (via annotations)
|
List |
typeIsolatedVerify(Locale
Same as
verify(Locale) except that the return type is List.
|
List |
verify(Locale
Verify that the keys defined in the enumClass match those found in the resource bundle corresponding to a certain locale
|
List |
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.
|
StringgetEnumTypeAsStr()
List<Cal10nError > verify(Locale locale)
locale -
List<Cal10nError > verifyAllLocales()
@LocaleData annotation.
List<String > typeIsolatedVerify(Locale locale)
verify(Locale) except that the return type is List
locale -
String[] getLocaleNames()
StringgetBaseName()