public void setEncoding(final String encoding) {
this.encoding = encoding;
}
public IReportFormatter createFormatter() throws IOException {
final IMultiReportOutput output;
if (destfile != null) {
if (destdir != null) {
throw new BuildException(
"Either destination directory or file must be supplied, not both");
}