Class EnumValidationRule

    • Constructor Summary

      Constructors 
      Constructor Description
      EnumValidationRule​(@Nullable java.util.Collection<java.lang.String> strings)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.lang.String asRegexp()  
      @NotNull ValidationResultType doValidate​(@NotNull java.lang.String data, @NotNull EventContext context)
      Validates event id and event data before recording it locally.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.intellij.internal.statistic.eventLog.validator.rules.FUSRule

        validate
    • Constructor Detail

      • EnumValidationRule

        public EnumValidationRule​(@Nullable
                                  @Nullable java.util.Collection<java.lang.String> strings)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object