Uses of Class
org.jacoco.core.tools.ExecFileLoader
-
Packages that use ExecFileLoader Package Description org.jacoco.ant org.jacoco.cli.internal.commands org.jacoco.core.tools Collection of tools build on top of the JaCoCo core APIs.org.jacoco.maven -
-
Uses of ExecFileLoader in org.jacoco.ant
Methods in org.jacoco.ant with parameters of type ExecFileLoader Modifier and Type Method Description private 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 ExecFileLoader Modifier and Type Method Description private ExecFileLoaderMerge. loadExecutionData(java.io.PrintWriter out)private ExecFileLoaderReport. loadExecutionData(java.io.PrintWriter out)Methods in org.jacoco.cli.internal.commands with parameters of type ExecFileLoader Modifier and Type Method Description private voidReport. writeReports(IBundleCoverage bundle, ExecFileLoader loader, java.io.PrintWriter out) -
Uses of ExecFileLoader in org.jacoco.core.tools
Methods in org.jacoco.core.tools that return ExecFileLoader Modifier and Type Method Description ExecFileLoaderExecDumpClient. dump(java.lang.String address, int port)Requests a dump from the given end-point.ExecFileLoaderExecDumpClient. dump(java.net.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 ExecFileLoader Modifier and Type Field Description private ExecFileLoaderReportSupport. loaderMethods in org.jacoco.maven with parameters of type ExecFileLoader Modifier and Type Method Description private voidMergeMojo. load(ExecFileLoader loader)private voidMergeMojo. save(ExecFileLoader loader)
-