org.iqual.chaplin
Interface Transformer

All Known Implementing Classes:
TransformerImpl

public interface Transformer

The interface for byte code transformers.

Since:
Mar 14, 2009 4:51:03 PM
Author:
Zbynek Slajchrt

Method Summary
 byte[] transformClass(String className, org.objectweb.asm.ClassReader classReader)
           
 

Method Detail

transformClass

byte[] transformClass(String className,
                      org.objectweb.asm.ClassReader classReader)
                      throws Exception
Throws:
Exception


Copyright © 2009 iquality.org. All Rights Reserved.