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
consumeClassFile
void consumeClassFile(String className,
org.objectweb.asm.ClassReader classReader)
throws Exception
- Parameters:
className - the name of the classclassReader - the reader of class bytes
- Throws:
Exception
Copyright © 2009 iquality.org. All Rights Reserved.