Uses of Interface
ch.qos.cal10n.verifier.IMessageKeyVerifier
-
Packages that use IMessageKeyVerifier Package Description ch.qos.cal10n.plugins Maven plugin verifying that the codes defined in an enum type match those in the corresponding resource bundles.ch.qos.cal10n.verifier Support classes for verifying that there are no message code mis-matches between resource bundles and the corresponding enum type.ch.qos.cal10n.verifier.processor -
-
Uses of IMessageKeyVerifier in ch.qos.cal10n.plugins
Methods in ch.qos.cal10n.plugins that return IMessageKeyVerifier Modifier and Type Method Description (package private) IMessageKeyVerifier
VerifyMojo. getMessageKeyVerifierInstance(java.lang.String enumClassAsStr)
Methods in ch.qos.cal10n.plugins with parameters of type IMessageKeyVerifier Modifier and Type Method Description void
VerifyMojo. checkAllLocales(IMessageKeyVerifier mcv)
-
Uses of IMessageKeyVerifier in ch.qos.cal10n.verifier
Classes in ch.qos.cal10n.verifier that implement IMessageKeyVerifier Modifier and Type Class Description class
AbstractMessageKeyVerifier
Abstract class for verifying that for a given an enum type, the keys match those found in the corresponding resource bundles.class
MessageKeyVerifier
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 IMessageKeyVerifier Modifier and Type Class Description class
MessageKeyVerifierByTypeElement
Given an TypeElement representing an enum class implements IMessageKeyVerifier.
-