org.spockframework.builder
Class DelegatingScriptBlueprint

java.lang.Object
  extended by org.spockframework.builder.DelegatingScriptBlueprint
All Implemented Interfaces:
IBlueprint

public class DelegatingScriptBlueprint
extends java.lang.Object
implements IBlueprint


Constructor Summary
DelegatingScriptBlueprint(DelegatingScript script)
           
 
Method Summary
 void evaluate()
           
 java.lang.Object getThisObject()
           
 void setDelegate(java.lang.Object delegate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingScriptBlueprint

public DelegatingScriptBlueprint(DelegatingScript script)
Method Detail

getThisObject

public java.lang.Object getThisObject()
Specified by:
getThisObject in interface IBlueprint

setDelegate

public void setDelegate(java.lang.Object delegate)
Specified by:
setDelegate in interface IBlueprint

evaluate

public void evaluate()
Specified by:
evaluate in interface IBlueprint


Copyright © 2013. All rights reserved