public class TopLevelDelegate extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
TopLevelDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
description(String description) |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
protected RuleSet |
getRuleSet() |
Object |
invokeMethod(String method,
Object arguments) |
Object |
methodMissing(String name,
Object args) |
Object |
propertyMissing(String name) |
void |
rule(Class ruleClass) |
void |
rule(Class ruleClass,
groovy.lang.Closure closure) |
void |
rule(Class ruleClass,
Map properties) |
void |
rule(String path) |
void |
rule(String path,
groovy.lang.Closure closure) |
void |
ruleset(String path) |
void |
ruleset(String path,
groovy.lang.Closure closure) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic void ruleset(String path)
public void ruleset(String path, groovy.lang.Closure closure)
public void rule(Class ruleClass)
public void rule(Class ruleClass, groovy.lang.Closure closure)
public void rule(String path)
public void rule(String path, groovy.lang.Closure closure)
public void description(String description)
protected RuleSet getRuleSet()
Copyright © 2021. All rights reserved.