Interface FUSRegexpAwareRule

All Superinterfaces:
com.jetbrains.fus.reporting.api.FUSRule
All Known Implementing Classes:
EnumValidationRule

public interface FUSRegexpAwareRule extends com.jetbrains.fus.reporting.api.FUSRule
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.jetbrains.fus.reporting.api.FUSRule

    com.jetbrains.fus.reporting.api.FUSRule.Companion, com.jetbrains.fus.reporting.api.FUSRule.FUSRuleType
  • Field Summary

    Fields inherited from interface com.jetbrains.fus.reporting.api.FUSRule

    Companion, EMPTY_ARRAY, FALSE, TRUE
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     

    Methods inherited from interface com.jetbrains.fus.reporting.api.FUSRule

    getRuleType, validate
  • Method Details

    • asRegexp

      @NotNull @NotNull String asRegexp()