net.sourceforge.groboutils.codecoverage.v2.ant
Class SimpleHtmlReportStyle

java.lang.Object
  extended bynet.sourceforge.groboutils.codecoverage.v2.ant.SimpleXslReportStyle
      extended bynet.sourceforge.groboutils.codecoverage.v2.ant.SimpleHtmlReportStyle
All Implemented Interfaces:
IReportStyle

public class SimpleHtmlReportStyle
extends SimpleXslReportStyle

Describes a report style, used to generate readable reports from the XML output.

Since:
November 22, 2003
Version:
$Date: 2004/04/15 05:48:25 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Nested Class Summary
 
Nested classes inherited from class net.sourceforge.groboutils.codecoverage.v2.ant.SimpleXslReportStyle
SimpleXslReportStyle.ParamType
 
Constructor Summary
SimpleHtmlReportStyle()
           
 
Method Summary
 void setStyle(java.io.File f)
           
 void setStyleURL(java.lang.String url)
           
 
Methods inherited from class net.sourceforge.groboutils.codecoverage.v2.ant.SimpleXslReportStyle
addParam, generateReport, getHtmlStyle, getRemoveEmptiesStyle, getStylesheetSystemId, getStylesheetSystemIdForClass, reportComplete, setDestDir, setPrefix, setRemoveEmpty, setSuffix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHtmlReportStyle

public SimpleHtmlReportStyle()
Method Detail

setStyle

public void setStyle(java.io.File f)
Overrides:
setStyle in class SimpleXslReportStyle

setStyleURL

public void setStyleURL(java.lang.String url)
Overrides:
setStyleURL in class SimpleXslReportStyle


Copyright © 2001-2003 by The GroboUtils Project