Class ValidationSimpleRuleFactory
- java.lang.Object
-
- com.intellij.internal.statistic.eventLog.validator.rules.utils.ValidationSimpleRuleFactory
-
public final class ValidationSimpleRuleFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static UtilRuleProducerREJECTING_UTIL_URL_PRODUCERstatic FUSRuleUNPARSED_EXPRESSIONstatic java.lang.StringUTIL_PREFIX
-
Constructor Summary
Constructors Constructor Description ValidationSimpleRuleFactory(@NotNull UtilRuleProducer utilRuleProducer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FUSRule @NotNull []getRules(@Nullable java.util.Set<java.lang.String> rules, @NotNull EventGroupContextData contextData)static @NotNull java.util.List<java.lang.String>parseSimpleExpression(@NotNull java.lang.String s)
-
-
-
Field Detail
-
UTIL_PREFIX
public static final java.lang.String UTIL_PREFIX
- See Also:
- Constant Field Values
-
REJECTING_UTIL_URL_PRODUCER
public static final UtilRuleProducer REJECTING_UTIL_URL_PRODUCER
-
UNPARSED_EXPRESSION
public static final FUSRule UNPARSED_EXPRESSION
-
-
Constructor Detail
-
ValidationSimpleRuleFactory
public ValidationSimpleRuleFactory(@NotNull @NotNull UtilRuleProducer utilRuleProducer)
-
-
Method Detail
-
getRules
public FUSRule @NotNull [] getRules(@Nullable @Nullable java.util.Set<java.lang.String> rules, @NotNull @NotNull EventGroupContextData contextData)
-
parseSimpleExpression
@NotNull public static @NotNull java.util.List<java.lang.String> parseSimpleExpression(@NotNull @NotNull java.lang.String s)
-
-