gr.spinellis.ckjm
Interface CkjmOutputHandler

All Known Implementing Classes:
PrintPlainResults, PrintXmlResults

public interface CkjmOutputHandler

Interface of output handlers Use this interface to couple your tool to CKJM. Example implenations which could use this tool are ant task writing, IDE integration, GUI based interfaces etc.

Author:
Julien Rentrop

Method Summary
 void handleClass(java.lang.String name, ClassMetrics c)
          Method called when metrics are generated
 

Method Detail

handleClass

void handleClass(java.lang.String name,
                 ClassMetrics c)
Method called when metrics are generated

Parameters:
name - Name of the class
c - Value object that contains the corresponding metrics