|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.GroovyObjectSupport
griffon.util.Environment.EnvironmentBlockEvaluator
private static class Environment.EnvironmentBlockEvaluator extends GroovyObjectSupport
Field Summary | |
---|---|
private Closure |
callable
|
private Environment |
current
|
Constructor Summary | |
private Environment.EnvironmentBlockEvaluator(Environment e)
|
Method Summary | |
---|---|
void
|
development(Closure c)
|
void
|
environments(Closure c)
|
Object
|
execute()
|
Closure
|
getCallable()
|
Object
|
methodMissing(String name, Object args)
|
void
|
production(Closure c)
|
void
|
test(Closure c)
|
Methods inherited from class GroovyObjectSupport | |
---|---|
setProperty, getProperty, getMetaClass, setMetaClass, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private Closure callable
private Environment current
Constructor Detail |
---|
private Environment.EnvironmentBlockEvaluator(Environment e)
Method Detail |
---|
@SuppressWarnings("unused") public void development(Closure c)
@SuppressWarnings("unused") public void environments(Closure c)
Object execute()
public Closure getCallable()
@SuppressWarnings("unused") public Object methodMissing(String name, Object args)
@SuppressWarnings("unused") public void production(Closure c)
@SuppressWarnings("unused") public void test(Closure c)
Groovy Documentation