public class JacocoAgentJar
extends java.lang.Object
jacocoagent.jar from inside of the org.jacoco.agent.jar.| Constructor and Description |
|---|
JacocoAgentJar(org.gradle.api.internal.file.FileOperations fileOperations)
Constructs a new agent JAR wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
static org.gradle.util.internal.VersionNumber |
extractVersion(java.lang.String jarName) |
org.gradle.api.file.FileCollection |
getAgentConf() |
java.io.File |
getJar()
Unzips the resolved
org.jacoco.agent.jar to retrieve the jacocoagent.jar. |
void |
setAgentConf(org.gradle.api.file.FileCollection agentConf) |
boolean |
supportsInclNoLocationClasses() |
boolean |
supportsJmx() |
@Inject public JacocoAgentJar(org.gradle.api.internal.file.FileOperations fileOperations)
public org.gradle.api.file.FileCollection getAgentConf()
public void setAgentConf(org.gradle.api.file.FileCollection agentConf)
public java.io.File getJar()
org.jacoco.agent.jar to retrieve the jacocoagent.jar.jacocoagent.jarpublic boolean supportsJmx()
public boolean supportsInclNoLocationClasses()
public static org.gradle.util.internal.VersionNumber extractVersion(java.lang.String jarName)