|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codenarc.rule.AbstractAstVisitorRule
groovy.org.codenarc.rule.naming.InterfaceNameRule
class InterfaceNameRule extends AbstractAstVisitorRule
Rule that verifies that the name of an interface matches a regular expression specified in
the regex
property. If that property is null or empty, then this rule is not applied
(i.e., it does nothing). It defaults to null, so this rule must be explicitly configured to be active.
Property Summary | |
---|---|
Class |
astVisitorClass
|
String |
name
|
int |
priority
|
String |
regex
|
Method Summary | |
---|---|
boolean
|
isReady()
|
Property Detail |
---|
Class astVisitorClass
String name
int priority
String regex
Method Detail |
---|
boolean isReady()
Groovy Documentation