Uses of Class
org.nuiton.i18n.plugin.bundle.BundleValidation
Packages that use BundleValidation
-
Uses of BundleValidation in org.nuiton.i18n.plugin
Fields in org.nuiton.i18n.plugin declared as BundleValidationMethods in org.nuiton.i18n.plugin with parameters of type BundleValidationModifier and TypeMethodDescriptionprotected voidAbstractI18nMojo.checkBundle(Locale locale, Properties propertiesOut, boolean showEmpty, BundleValidation bundleValidation) protected voidAbstractI18nMojo.failsIfAnyKeyMissingInBundle(boolean failsIfWarning, BundleValidation bundleValidation) protected voidAbstractI18nMojo.failsIfAnyKeyMissingValue(boolean failsIfWarning, BundleValidation bundleValidation) -
Uses of BundleValidation in org.nuiton.i18n.plugin.bundle
Fields in org.nuiton.i18n.plugin.bundle declared as BundleValidationModifier and TypeFieldDescriptionprotected BundleValidationBundleMojo.bundleValidationContains validation result afterAbstractI18nMojo.checkBundle(Locale, Properties, boolean, BundleValidation).