Uses of Interface
ch.qos.cal10n.verifier.IMessageKeyVerifier
Packages that use IMessageKeyVerifier
Package
Description
Support classes for verifying that there are no message code
mis-matches between resource bundles and the corresponding enum type.
-
Uses of IMessageKeyVerifier in ch.qos.cal10n.verifier
Classes in ch.qos.cal10n.verifier that implement IMessageKeyVerifierModifier and TypeClassDescriptionclass
Abstract class for verifying that for a given an enum type, the keys match those found in the corresponding resource bundles.class
Given an enum class, verify that the resource bundles corresponding to a given locale contains the correct keys. -
Uses of IMessageKeyVerifier in ch.qos.cal10n.verifier.processor
Classes in ch.qos.cal10n.verifier.processor that implement IMessageKeyVerifierModifier and TypeClassDescriptionclass
Given an TypeElement representing an enum class implements IMessageKeyVerifier.