org.spockframework.builder
Class Sculpturer

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by org.spockframework.builder.Sculpturer
All Implemented Interfaces:
groovy.lang.GroovyObject

public class Sculpturer
extends groovy.lang.GroovyObjectSupport

Forms a gestalt from its blueprint.


Constructor Summary
Sculpturer()
           
 
Method Summary
 void $form(IGestalt gestalt)
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sculpturer

public Sculpturer()
Method Detail

$form

public void $form(IGestalt gestalt)

getProperty

public java.lang.Object getProperty(java.lang.String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject
Overrides:
getProperty in class groovy.lang.GroovyObjectSupport

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject
Overrides:
setProperty in class groovy.lang.GroovyObjectSupport

invokeMethod

public java.lang.Object invokeMethod(java.lang.String name,
                                     java.lang.Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject
Overrides:
invokeMethod in class groovy.lang.GroovyObjectSupport


Copyright © 2013. All rights reserved