be.lassi.web.coverage
Class CoverageBuilder
java.lang.Object
be.lassi.web.PageBuilder
be.lassi.web.coverage.CoverageBuilder
public class CoverageBuilder
- extends PageBuilder
Builds the web pages with the code coverage information.
Method Summary |
void |
build(java.lang.String file)
Builds the web pages with the code coverage information. |
static void |
main(java.lang.String[] args)
Builds the web pages with the code coverage information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoverageBuilder
public CoverageBuilder(java.lang.String targetDir)
build
public void build(java.lang.String file)
throws java.lang.Exception
- Builds the web pages with the code coverage information.
- Throws:
java.lang.Exception
- if problem
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Builds the web pages with the code coverage information.
- Parameters:
args
- the command line arguments
- Throws:
java.lang.Exception
- if problem