public class ClosureBlueprint extends java.lang.Object implements IBlueprint
| Constructor and Description |
|---|
ClosureBlueprint(groovy.lang.Closure closure,
java.lang.Object subject) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate() |
java.lang.Object |
getThisObject() |
void |
setDelegate(java.lang.Object delegate) |
public ClosureBlueprint(groovy.lang.Closure closure,
java.lang.Object subject)
public java.lang.Object getThisObject()
getThisObject in interface IBlueprintpublic void setDelegate(java.lang.Object delegate)
setDelegate in interface IBlueprintpublic void evaluate()
evaluate in interface IBlueprintCopyright © 2013. All rights reserved