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
handleClass
void handleClass(java.lang.String name,
ClassMetrics c)
- Method called when metrics are generated
- Parameters:
name
- Name of the classc
- Value object that contains the corresponding metrics