IBlueprint
public class ClosureBlueprint extends java.lang.Object implements IBlueprint
Constructor | Description |
---|---|
ClosureBlueprint(groovy.lang.Closure closure,
java.lang.Object subject) |
Modifier and Type | Method | 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 IBlueprint
public void setDelegate(java.lang.Object delegate)
setDelegate
in interface IBlueprint
public void evaluate()
evaluate
in interface IBlueprint
Copyright © 2018. All rights reserved