org.chromattic.groovy.instrument
Class GroovyInstrumentor

java.lang.Object
  extended by org.chromattic.groovy.instrument.GroovyInstrumentor
All Implemented Interfaces:
Instrumentor

public class GroovyInstrumentor
extends java.lang.Object
implements Instrumentor

Version:
$Revision$
Author:
Alain Defrance

Constructor Summary
GroovyInstrumentor()
           
 
Method Summary
 MethodHandler getInvoker(java.lang.Object proxy)
           
<O> ProxyType<O>
getProxyClass(java.lang.Class<O> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyInstrumentor

public GroovyInstrumentor()
Method Detail

getProxyClass

public <O> ProxyType<O> getProxyClass(java.lang.Class<O> clazz)
Specified by:
getProxyClass in interface Instrumentor

getInvoker

public MethodHandler getInvoker(java.lang.Object proxy)
Specified by:
getInvoker in interface Instrumentor


Copyright © 2011 eXo Platform SAS. All Rights Reserved.