public class HTMLGroupVisitor extends AbstractGroupVisitor
total
Constructor and Description |
---|
HTMLGroupVisitor(ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context,
String name)
Create a new group handler.
|
Modifier and Type | Method and Description |
---|---|
NodePage<ICoverageNode> |
getPage()
Returns the page rendered for this group.
|
protected void |
handleBundle(IBundleCoverage bundle,
ISourceFileLocator locator)
Called to handle the given bundle in a specific way.
|
protected void |
handleEnd()
Called to handle the end of this group in a specific way.
|
protected AbstractGroupVisitor |
handleGroup(String name)
Called to handle a group with the given name in a specific way.
|
visitBundle, visitEnd, visitGroup
public HTMLGroupVisitor(ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context, String name)
parent
- folder
- context
- name
- public NodePage<ICoverageNode> getPage()
protected void handleBundle(IBundleCoverage bundle, ISourceFileLocator locator) throws IOException
AbstractGroupVisitor
handleBundle
in class AbstractGroupVisitor
IOException
protected AbstractGroupVisitor handleGroup(String name) throws IOException
AbstractGroupVisitor
handleGroup
in class AbstractGroupVisitor
IOException
protected void handleEnd() throws IOException
AbstractGroupVisitor
handleEnd
in class AbstractGroupVisitor
IOException
Copyright © 2009-2012 Mountainminds GmbH & Co. KG. All Rights Reserved.