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.
|
Modifier and Type | Method and Description |
---|---|
void |
VerifyMojo.checkAllLocales(IMessageKeyVerifier mcv) |
Modifier and Type | Class and Description |
---|---|
class |
MessageKeyVerifier
Given an enum class, verify that the resource bundles corresponding to a
given locale contains the correct keys.
|
Copyright © 2009–2014 QOS.ch. All rights reserved.