|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fzi.kadmos.cmdutils.formatter.CSVResultFormatter
public class CSVResultFormatter
Implementation of EvaluatorResultFormatter Interface that formats evaluator result objects and creates a CSV file
Method Summary | |
---|---|
void |
format(EvaluatorResult result)
Initiates the formatting process using an evaluator result object. |
void |
format(List<EvaluatorResult> results)
Initiates the formatting process using the a list of evaluator result objects. |
static CSVResultFormatter |
getInstance()
Gets a (new) instance of this formatter. |
void |
setOutputDir(String outputDir)
Sets the pathname to the output dir of the CSV file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CSVResultFormatter getInstance()
public void setOutputDir(String outputDir)
Pathname
- to outputDirpublic void format(EvaluatorResult result) throws KADMOSCMDException
format
in interface EvaluatorResultFormatter
KADMOSCMDException
public void format(List<EvaluatorResult> results) throws KADMOSCMDException
format
in interface EvaluatorResultFormatter
KADMOSCMDException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |