Class ClosureBlueprint

  • All Implemented Interfaces:
    IBlueprint

    public class ClosureBlueprint
    extends java.lang.Object
    implements IBlueprint
    • Constructor Summary

      Constructors 
      Constructor Description
      ClosureBlueprint​(groovy.lang.Closure closure, java.lang.Object subject)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • ClosureBlueprint

        public ClosureBlueprint​(groovy.lang.Closure closure,
                                java.lang.Object subject)