Uses of Class
ch.qos.cal10n.verifier.CAL10NError

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

Methods in ch.qos.cal10n.verifier that return types with arguments of type CAL10NError
 List<CAL10NError> MessageKeyVerifierBase.verify(Locale locale)
           
 List<CAL10NError> IMessageKeyVerifier.verify(Locale locale)
          Verify that the keys defined in the enumClass match those found in the resource bundle corresponding to a certain locale
 List<CAL10NError> MessageKeyVerifierBase.verifyAllLocales()
          Verify all declared locales in one step.
 List<CAL10NError> IMessageKeyVerifier.verifyAllLocales()
          Verify that the keys defined in the enumClass match those found in the corresponding resource bundle for all locales declared in the enum type via the @LocaleData annotation.
 



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