net.thucydides.easyb
Class ThucydidesListenerBuilder

Package class diagram package ThucydidesListenerBuilder
java.lang.Object
  extended by net.thucydides.easyb.ThucydidesListenerBuilder
All Implemented Interfaces:
groovy.lang.GroovyObject, org.easyb.listener.ListenerBuilder

public class ThucydidesListenerBuilder
extends Object
implements org.easyb.listener.ListenerBuilder, groovy.lang.GroovyObject


Field Summary
static ThreadLocal executionListenerThreadLocal
           
 
Constructor Summary
ThucydidesListenerBuilder()
           
 
Method Summary
protected  groovy.lang.MetaClass $getStaticMetaClass()
           
 void exeuctionListenerMustHaveBeenAssigned()
           
 org.easyb.listener.ExecutionListener get()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String property)
           
 Object invokeMethod(String method, Object arguments)
           
static void resetListener()
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setProperty(String property, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executionListenerThreadLocal

public static ThreadLocal executionListenerThreadLocal
Constructor Detail

ThucydidesListenerBuilder

public ThucydidesListenerBuilder()
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String method,
                           Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String property,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject

get

public org.easyb.listener.ExecutionListener get()
Specified by:
get in interface org.easyb.listener.ListenerBuilder

exeuctionListenerMustHaveBeenAssigned

public void exeuctionListenerMustHaveBeenAssigned()

resetListener

public static void resetListener()

$getStaticMetaClass

protected groovy.lang.MetaClass $getStaticMetaClass()


Copyright © 2011 Wakaleo Consulting. All Rights Reserved.