Uses of Record Class
org.ek9lang.cli.coverage.model.FileLink
Packages that use FileLink
Package
Description
HTML coverage report generation components using functional interfaces.
Model records for HTML coverage report generation.
-
Uses of FileLink in org.ek9lang.cli.coverage
Methods in org.ek9lang.cli.coverage that return FileLinkModifier and TypeMethodDescriptionCoverageLinks.fileLinkFromIndex(String filePath, int line) Build a link to a source file from the index page.CoverageLinks.fileLinkFromModule(String filePath, int line) Build a link to a source file from a module page.CoverageLinks.noLink()Build a FileLink with no actual link (for files not in the report). -
Uses of FileLink in org.ek9lang.cli.coverage.model
Methods in org.ek9lang.cli.coverage.model that return FileLink