org.iqual.chaplin
Interface ClassFileHandler

All Known Implementing Classes:
ProjectClassesTransformer

public interface ClassFileHandler

The interface which receives notifications for each class delivered by ClassFileDriver.

Since:
Mar 14, 2009 5:44:44 PM
Author:
Zbynek Slajchrt

Method Summary
 void consumeClassFile(String className, org.objectweb.asm.ClassReader classReader)
           
 

Method Detail

consumeClassFile

void consumeClassFile(String className,
                      org.objectweb.asm.ClassReader classReader)
                      throws Exception
Parameters:
className - the name of the class
classReader - the reader of class bytes
Throws:
Exception


Copyright © 2009 iquality.org. All Rights Reserved.