Class HugeCoverageCollector.ElemInfo

    • 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. Class report 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 class ReportEntity
        Returns:
        Aspect name. Empty string is used for an empty aspect. null if the aspect is unidentified.