@CompileStatic public class GroovyEnvironment extends Object implements groovy.lang.GroovyObject
Constructor and Description |
---|
GroovyEnvironment() |
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public Environment getReactorEnvironment()
public void setReactorEnvironment(Environment value)
@CompileStatic(value=SKIP) public static GroovyEnvironment build(Reader r)
public static GroovyEnvironment build(File file)
public static GroovyEnvironment build(String script)
public static GroovyEnvironment create(@DelegatesTo(strategy=1,value=GroovyEnvironment.class) groovy.lang.Closure c)
public GroovyEnvironment include(GroovyEnvironment... groovyEnvironments)
public ReactorBuilder reactor(@DelegatesTo(strategy=1,value=ReactorBuilder.class) groovy.lang.Closure c)
public ReactorBuilder reactor(String name, @DelegatesTo(strategy=1,value=ReactorBuilder.class) groovy.lang.Closure c)
public Collection<ReactorBuilder> reactorBuildersByExtension(String extensionKey)
public ReactorBuilder reactorBuilder(String reactor)
public ReactorBuilder reactorBuilder(String reactorName, ReactorBuilder reactor)
public Environment environment(@DelegatesTo(strategy=1,value=EnvironmentBuilder.class) groovy.lang.Closure c)
public Environment environment(Map properties, @DelegatesTo(strategy=1,value=EnvironmentBuilder.class) groovy.lang.Closure c)
public Environment environment(Environment environment)
public Environment environment()
public Dispatcher dispatcher(String dispatcher)
public Dispatcher dispatcher(String dispatcherName, Dispatcher dispatcher)
Copyright © 2017. All rights reserved.