public abstract class TextReportRenderer<T> extends Object
TextReportRenderer()
void
writeTo(T model, File file)
protected abstract void
writeTo(T model, Writer out)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TextReportRenderer()
protected abstract void writeTo(T model, Writer out) throws Exception
Exception
public void writeTo(T model, File file)
Copyright © 2013. All rights reserved