Uses of Class
org.jacoco.core.tools.ExecFileLoader
Packages that use ExecFileLoader
Package
Description
Collection of tools build on top of the JaCoCo core APIs.
-
Uses of ExecFileLoader in org.jacoco.ant
Methods in org.jacoco.ant with parameters of type ExecFileLoaderModifier and TypeMethodDescriptionprivate void
MergeTask.load
(ExecFileLoader loader) private void
MergeTask.save
(ExecFileLoader loader) -
Uses of ExecFileLoader in org.jacoco.cli.internal.commands
Methods in org.jacoco.cli.internal.commands that return ExecFileLoaderModifier and TypeMethodDescriptionprivate ExecFileLoader
Merge.loadExecutionData
(PrintWriter out) private ExecFileLoader
Report.loadExecutionData
(PrintWriter out) Methods in org.jacoco.cli.internal.commands with parameters of type ExecFileLoaderModifier and TypeMethodDescriptionprivate void
Report.writeReports
(IBundleCoverage bundle, ExecFileLoader loader, PrintWriter out) -
Uses of ExecFileLoader in org.jacoco.core.tools
Methods in org.jacoco.core.tools that return ExecFileLoaderModifier and TypeMethodDescriptionRequests a dump from the given end-point.ExecDumpClient.dump
(InetAddress address, int port) Requests a dump from the given end-point. -
Uses of ExecFileLoader in org.jacoco.maven
Fields in org.jacoco.maven declared as ExecFileLoaderMethods in org.jacoco.maven with parameters of type ExecFileLoaderModifier and TypeMethodDescriptionprivate void
MergeMojo.load
(ExecFileLoader loader) private void
MergeMojo.save
(ExecFileLoader loader)