public class WriteToFile
extends java.lang.Object
Constructor and Description |
---|
WriteToFile(java.lang.String reporttype,
org.eclipse.emf.ecore.EObject root) |
Modifier and Type | Method and Description |
---|---|
void |
addOutput(java.lang.String text) |
void |
addOutputNewline(java.lang.String text) |
void |
saveToFile()
Writes content as csv report
|