| java.lang.Object net.sourceforge.groboutils.codecoverage.v2.ant.SourceXslReportStyle
All known Subclasses: net.sourceforge.groboutils.codecoverage.v2.ant.SourceHtmlReportStyle,
SourceXslReportStyle | public class SourceXslReportStyle implements IReportStyle,IXmlReportConst(Code) | | This is a combo report, which means that it only works
with the combined coverage file. Use of this style is really delicate.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2004/07/07 09:39:09 $ since: March 15, 2004 |
Inner Class :final public static class DirType | |
Inner Class :final public static class StyleType | |
Method Summary | |
public void | addFile(StyleType s) | public void | addPackageStyle(StyleType s) | public void | addParam(SimpleXslReportStyle.ParamType pt) | public void | addRootStyle(StyleType s) | public void | addSourceStyle(StyleType s) | public void | addSrcDir(DirType dt) Add a new source directory to this report. | protected void | clearCache(Enumeration styles) | protected void | copyResources(Project project) | public void | generateReport(Project project, Document doc, String moduleName) | protected String | getOutFileBase(String baseName) | protected StyleTransformer | getRemoveEmptiesStyle(Project project) | protected File | getSourceFile(String sourceName, Project project) Returns the first file from the list of source directories that
contains the given sourcefile. | protected StyleTransformer | getStyleTransformer(Project project, StyleType s) | protected String | getStylesheetSystemIdForClass(String name) | protected String | getStylesheetSystemIdForFile(File f) | protected String | getUpDir(String filename) | public void | reportComplete(Project project, Vector errors) Called when the task is finished generating all the reports. | public void | setDestDir(File dir) | public void | setRemoveEmpty(boolean on) | public void | setSrcDir(File dir) | public void | setStyleCacheCount(int count) | protected void | setupStyles() | protected void | setupStyles(Enumeration e) | protected void | transform(Project project, Document doc, Enumeration styles, String baseOutName) | protected void | transformPackages(Project project, Document doc) | protected void | transformRoots(Project project, Document doc) | protected void | transformSources(Project project, Document doc) This is the biggest time eater. |
addFile | public void addFile(StyleType s)(Code) | | |
addPackageStyle | public void addPackageStyle(StyleType s)(Code) | | |
addRootStyle | public void addRootStyle(StyleType s)(Code) | | |
addSourceStyle | public void addSourceStyle(StyleType s)(Code) | | |
addSrcDir | public void addSrcDir(DirType dt)(Code) | | Add a new source directory to this report.
|
getSourceFile | protected File getSourceFile(String sourceName, Project project)(Code) | | Returns the first file from the list of source directories that
contains the given sourcefile.
|
reportComplete | public void reportComplete(Project project, Vector errors) throws BuildException, IOException(Code) | | Called when the task is finished generating all the reports. This
may be useful for styles that join all the reports together.
|
setRemoveEmpty | public void setRemoveEmpty(boolean on)(Code) | | |
setStyleCacheCount | public void setStyleCacheCount(int count) throws BuildException(Code) | | |
setupStyles | protected void setupStyles()(Code) | | |
transformSources | protected void transformSources(Project project, Document doc) throws IOException(Code) | | This is the biggest time eater. This takes friggin' forever.
|
|
|