org.iqual.chaplin
Interface ClassFileDriver

All Known Implementing Classes:
FSClassFileProvider

public interface ClassFileDriver

The interface for traversing the class files and passing them to a handler.

Since:
Mar 14, 2009 4:53:58 PM
Author:
Zbynek Slajchrt
See Also:
ClassFileHandler, ProjectClassesTransformer, Main

Method Summary
 void drive(ClassFileHandler handler)
          Traverse the class files hiearchy and for each class file pass both the class' name and the class's reader to the handler.
 

Method Detail

drive

void drive(ClassFileHandler handler)
           throws Exception
Traverse the class files hiearchy and for each class file pass both the class' name and the class's reader to the handler.

Parameters:
handler - the handler
Throws:
Exception


Copyright © 2009 iquality.org. All Rights Reserved.