Searched refs:ILinkable (Results 1 – 16 of 16) sorted by relevance
25 import org.jacoco.report.internal.html.ILinkable;35 private final Map<String, ILinkable> sourceFilePages;36 private final ILinkable packagePage;57 final ILinkable packagePage) { in PackageSourcePage()61 this.sourceFilePages = new HashMap<String, ILinkable>(); in PackageSourcePage()75 ILinkable getSourceFilePage(final String name) { in getSourceFilePage()
18 import org.jacoco.report.internal.html.ILinkable;31 private final ILinkable sourcePage;34 final ILinkable sourcePage) { in MethodItem()
20 import org.jacoco.report.internal.html.ILinkable;28 private final ILinkable sourcePage;45 final ILinkable sourcePage, final ReportOutputFolder folder, in ClassPage()
22 import org.jacoco.report.internal.html.ILinkable;68 final ILinkable sourceFilePage = packageSourcePage in renderClasses()
21 import org.jacoco.report.internal.html.ILinkable;30 public abstract class ReportPage implements ILinkable {
23 import org.jacoco.report.internal.html.ILinkable;69 public ILinkable getSessionsPage() { in setup()80 public void addClass(ILinkable link, long classid) { in setup()
31 import org.jacoco.report.internal.html.ILinkable;43 private ILinkable packagePageLink;70 packagePageLink = new ILinkable() { in setup()
21 import org.jacoco.report.internal.html.ILinkable;74 private static class SourceLink implements ILinkable {
14 import org.jacoco.report.internal.html.ILinkable;30 public void addClass(ILinkable link, long classid); in addClass()
18 import org.jacoco.report.internal.html.ILinkable;54 public void addClass(final ILinkable link, final long classid) { in addClass()
15 import org.jacoco.report.internal.html.ILinkable;20 public interface ITableItem extends ILinkable {
19 public interface ILinkable { interface
59 public ILinkable getSessionsPage(); in getSessionsPage()
252 public HTMLElement a(final ILinkable linkable, final ReportOutputFolder base) in a()
19 public class LinkableStub implements ILinkable {
32 import org.jacoco.report.internal.html.ILinkable;162 public ILinkable getSessionsPage() { in getSessionsPage()