Package com.unitesk.aspectrace.sampleApp
Class HugeCoverageCollector.ElemInfo
- java.lang.Object
-
- com.unitesk.aspectrace.ReportEntity
-
- com.unitesk.aspectrace.html.ReportPage
-
- com.unitesk.aspectrace.html.HtmlReportPage
-
- com.unitesk.aspectrace.sampleApp.HugeCoverageCollector.ElemInfo
-
- Enclosing class:
- HugeCoverageCollector
protected class HugeCoverageCollector.ElemInfo extends HtmlReportPage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.unitesk.aspectrace.html.HtmlReportPage
HtmlReportPage.Streamable
-
-
Field Summary
-
Fields inherited from class com.unitesk.aspectrace.html.HtmlReportPage
pageRefs
-
Fields inherited from class com.unitesk.aspectrace.html.ReportPage
DEFAULT_CHARSET
-
-
Constructor Summary
Constructors Constructor Description ElemInfo(CoverageMessage cm, com.unitesk.coverage.CoverageElement ce)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generatePageBody(java.io.PrintWriter pw)
Generates page body.java.lang.String
getAspect()
Gets the aspect which contains this report entity.-
Methods inherited from class com.unitesk.aspectrace.html.HtmlReportPage
addPageRef, addPageRef, encodeSimple, generate, generateHeadContents, generatePage, generatePageHead, generatePageTail, generateRef, generateRefs, generateRefSection, generateTextRef, getCharset, getGenerator, getMasterPage, getParentMark, getParentPage, getPath, getRelativeRef, getStyle, getTitle, setMasterPage, setParent, setStyle, setTitle
-
Methods inherited from class com.unitesk.aspectrace.html.ReportPage
buildRefs, getRelativePath, getRelativePathFrom, getRelativePathFrom, getRelativePathTo, getRelativePathTo, setCharset, setGenerator, setPath
-
Methods inherited from class com.unitesk.aspectrace.ReportEntity
getAssociatedChannel, getTagMarks, setAssociatedChannel, setTagMarks
-
-
-
-
Constructor Detail
-
ElemInfo
public ElemInfo(CoverageMessage cm, com.unitesk.coverage.CoverageElement ce)
-
-
Method Detail
-
getAspect
public java.lang.String getAspect()
Description copied from class:ReportEntity
Gets the aspect which contains this report entity. Classreport generator
uses this information for an automatic reference generation; Other components of report generator may use this information as they see fit.- Overrides:
getAspect
in classReportEntity
- Returns:
- Aspect name. Empty string is used for an empty aspect.
null
if the aspect is unidentified.
-
generatePageBody
public void generatePageBody(java.io.PrintWriter pw)
Description copied from class:HtmlReportPage
Generates page body.- Specified by:
generatePageBody
in classHtmlReportPage
-
-