Home
last modified time | relevance | path

Searched refs:INCLBOOTSTRAPCLASSES (Results 1 – 1 of 1) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DAgentOptions.java84 public static final String INCLBOOTSTRAPCLASSES = "inclbootstrapclasses"; field in AgentOptions
181 INCLBOOTSTRAPCLASSES, SESSIONID, DUMPONEXIT, OUTPUT, ADDRESS, PORT,
357 return getOption(INCLBOOTSTRAPCLASSES, false); in getInclBootstrapClasses()
368 setOption(INCLBOOTSTRAPCLASSES, include); in setInclBootstrapClasses()