Interface UtilValidationRule
- All Superinterfaces:
FUSRule
Use this class to validate data with java code when
EnumValidationRule or RegexpValidationRule rules are not enough,
e.g there are too many possible values or they are dynamically generated.
Make sure that your UtilRuleProducer is able to create new validation rule.
Example: {util#class_name} checks that the value is a class name from platform, JB plugin or a plugin from JB plugin repository.-
Field Summary
Fields inherited from interface com.intellij.internal.statistic.eventLog.validator.rules.FUSRule
EMPTY_ARRAY, FALSE, TRUE -
Method Summary