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. 
ch.qos.cal10n.verifier.processor   
 

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 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
 class MessageKeyVerifierByTypeElement
          Given an TypeElement representing an enum class implements IMessageKeyVerifier.
 



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