Groovy Documentation

org.grails.plugin.platform.conventions
[Groovy] Class DSLEvaluator

java.lang.Object
  org.grails.plugin.platform.conventions.DSLEvaluator

class DSLEvaluator

Evaluates a DSL and returns the command structure of it


Property Summary
java.lang.Object grailsApplication

java.lang.Object log

 
Constructor Summary
DSLEvaluator()

 
Method Summary
java.util.List evaluate(groovy.lang.Closure c)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

grailsApplication

java.lang.Object grailsApplication


log

final java.lang.Object log


 
Constructor Detail

DSLEvaluator

DSLEvaluator()


 
Method Detail

evaluate

java.util.List evaluate(groovy.lang.Closure c)


 

Groovy Documentation