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 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 ExecFileLoader Modifier and Type Method Description private ExecFileLoader
Merge. loadExecutionData(java.io.PrintWriter out)
private ExecFileLoader
Report. loadExecutionData(java.io.PrintWriter out)
Methods in org.jacoco.cli.internal.commands with parameters of type ExecFileLoader Modifier and Type Method Description private void
Report. 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 ExecFileLoader
ExecDumpClient. dump(java.lang.String address, int port)
Requests a dump from the given end-point.ExecFileLoader
ExecDumpClient. 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 ExecFileLoader
ReportSupport. loader
Methods in org.jacoco.maven with parameters of type ExecFileLoader Modifier and Type Method Description private void
MergeMojo. load(ExecFileLoader loader)
private void
MergeMojo. save(ExecFileLoader loader)
-