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

Packages that use IMessageKeyVerifier
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 IMessageKeyVerifier in ch.qos.cal10n.plugins
 

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

Uses of IMessageKeyVerifier in ch.qos.cal10n.verifier
 

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



Copyright © 2009-2010 QOS.ch. All Rights Reserved.