|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.org.codenarc.ruleset.TopLevelDelegate
class TopLevelDelegate
Method Summary | |
---|---|
void
|
description(String description)
|
protected RuleSet
|
getRuleSet()
|
def
|
methodMissing(String name, def args)
|
def
|
propertyMissing(String name)
|
void
|
rule(Class ruleClass)
|
void
|
rule(Class ruleClass, Map properties)
|
void
|
rule(Class ruleClass, groovy.lang.Closure closure)
|
void
|
rule(String path)
|
void
|
rule(String path, groovy.lang.Closure closure)
|
void
|
ruleset(String path)
|
void
|
ruleset(String path, groovy.lang.Closure closure)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
@SuppressWarnings(['EmptyMethod', 'UnusedMethodParameter']) void description(String description)
protected RuleSet getRuleSet()
def methodMissing(String name, def args)
def propertyMissing(String name)
void rule(Class ruleClass)
void rule(Class ruleClass, Map properties)
void rule(Class ruleClass, groovy.lang.Closure closure)
void rule(String path)
void rule(String path, groovy.lang.Closure closure)
void ruleset(String path)
void ruleset(String path, groovy.lang.Closure closure)
Groovy Documentation