Class EventGroupRules
java.lang.Object
com.intellij.internal.statistic.eventLog.validator.rules.beans.DataValidationRules
com.intellij.internal.statistic.eventLog.validator.rules.beans.EventGroupRules
-
Field Summary
FieldsFields inherited from class com.intellij.internal.statistic.eventLog.validator.rules.beans.DataValidationRules
eventDataRules, myExcludedFields -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic @NotNull EventGroupRulescreate(@NotNull com.jetbrains.fus.reporting.model.metadata.EventGroupRemoteDescriptors.EventGroupRemoteDescriptor group, @NotNull com.intellij.internal.statistic.eventLog.validator.storage.GlobalRulesHolder globalRulesHolder, @NotNull ValidationSimpleRuleFactory factory, @NotNull List<String> excludedFields) FUSRule[]validateEventId(@NotNull EventContext context) Methods inherited from class com.intellij.internal.statistic.eventLog.validator.rules.beans.DataValidationRules
areEventDataRulesDefined, create, getEventDataRules, validateData, validateEventData
-
Field Details
-
EMPTY
-
-
Method Details
-
getEventIdRules
-
areEventIdRulesDefined
public boolean areEventIdRulesDefined() -
validateEventId
-
create
@NotNull public static @NotNull EventGroupRules create(@NotNull @NotNull com.jetbrains.fus.reporting.model.metadata.EventGroupRemoteDescriptors.EventGroupRemoteDescriptor group, @NotNull @NotNull com.intellij.internal.statistic.eventLog.validator.storage.GlobalRulesHolder globalRulesHolder, @NotNull @NotNull ValidationSimpleRuleFactory factory, @NotNull @NotNull List<String> excludedFields)
-