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 voidMergeTask.load(ExecFileLoader loader) private voidMergeTask.save(ExecFileLoader loader) -
Uses of ExecFileLoader in org.jacoco.cli.internal.commands
Methods in org.jacoco.cli.internal.commands that return ExecFileLoaderModifier and TypeMethodDescriptionprivate ExecFileLoaderMerge.loadExecutionData(PrintWriter out) private ExecFileLoaderReport.loadExecutionData(PrintWriter out) Methods in org.jacoco.cli.internal.commands with parameters of type ExecFileLoaderModifier and TypeMethodDescriptionprivate voidReport.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 voidMergeMojo.load(ExecFileLoader loader) private voidMergeMojo.save(ExecFileLoader loader)