Class CsvPrinter
java.lang.Object
clazzfish.sample.spi.CsvPrinter
- All Implemented Interfaces:
CsvXPorter
The class CsvPrinter is an example for an implementation of the
CsvXPorter
interface. It just prints the dead classes of the
clazzfish.sample package to stdout.- Since:
- 2.5 (01.03.25)
- Author:
- oboehm
-
Field Summary
Fields inherited from interface clazzfish.monitor.spi.CsvXPorter
log
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface clazzfish.monitor.spi.CsvXPorter
importCSV
-
Constructor Details
-
CsvPrinter
public CsvPrinter()
-
-
Method Details
-
exportCSV
Prints only the dead classes to stdout.- Specified by:
exportCSV
in interfaceCsvXPorter
- Parameters:
uri
- print URI (which is ignored)csvHeadLine
- head line (not needed here)csvLines
- CSV lines with the class and count infos
-