Uses of Interface
ch.qos.cal10n.verifier.IMessageCodeVerifier

Packages that use IMessageCodeVerifier
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. 
 

Uses of IMessageCodeVerifier in ch.qos.cal10n.plugins
 

Methods in ch.qos.cal10n.plugins with parameters of type IMessageCodeVerifier
 void VerifyMojo.checkAllLocales(IMessageCodeVerifier mcv)
           
 

Uses of IMessageCodeVerifier in ch.qos.cal10n.verifier
 

Classes in ch.qos.cal10n.verifier that implement IMessageCodeVerifier
 class MessageCodeVerifier
          Given an enum class, verify that the resource bundles corresponding to a given locale contains the correct codes.
 



Copyright © 2009 QOS.ch. All Rights Reserved.