|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
IRuntime
implementation.SessionInfo
objects into the given visitor.
Properties
object.
AgentOptions.OUTPUT
.Analyzer
instance processes a set of Java class files and
calculates coverage data for them.IExecutionDataVisitor
object.
ICounter
objects by different
criteria.ICoverageNode
structures from single
IClassCoverage
nodes.ModifiedSystemClassRuntime
using the given class as
the data container.
ModifiedSystemClassRuntime
using the given class as
the data container.
Object.equals(Object)
this implementation is used as the interface to the execution data store.
ExecutionDataStore
and a SessionInfoStore
.ExecutionData
object with the given probe data.
ExecutionData
object with the given probe data
length.
IMultiReportOutput
that writes files directly to a
given directory.RuntimeData
instance through the
JRE API method Object.equals(Object)
.
RuntimeData.getProbes(Object[])
method.
ExecutionData
entry with the given id if it exists in
this store.
tcpserver
or connect to when output is
tcpclient
SessionInfo
objects currently contained in the store.
tcpserver
or the port to connect to when output is
tcpclient
.
ICoverageNode
instance.IClassCoverage
instances.boolean[]
instance from the runtime.ISourceFileLocator
locator implementations
based on InputStream
s.IRuntime
implementation uses the Java logging API to report
coverage data.IRuntime
implementation works with a modified system class.ISourceFileLocator
instances.ICoverageNode
objects by different counter
criteria.IExecutionDataAccessorGenerator
generate a
direct dependency to the JaCoCo runtime agent to initialize the runtime and
obtain probe arrays.ICoverageNode
counters of the given
entity based on this counter sorting criteria.
ExecutionData
object into the store.
ExecutionDataReader
with commands added for runtime remote control.ExecutionDataWriter
with commands added for runtime remote control.false
.
IAgent
instead.SessionInfo
objects.tcpserver or connect to when output is tcpclient
- setAppend(boolean) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets whether the output should be appended to an existing file.
- setClassDumpDir(String) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets the directory where class files should be dumped to.
- setDestfile(String) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets the output file location.
- setDumpOnExit(boolean) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets whether coverage data should be dumped on exit
- setExclClassloader(String) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets the wildcard expression for excluded class loaders.
- setExcludes(String) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets the wildcard expression for classes to exclude.
- setExecutionDataVisitor(IExecutionDataVisitor) -
Method in class org.jacoco.core.data.ExecutionDataReader
- Sets an listener for execution data.
- setFooterText(String) -
Method in class org.jacoco.report.html.HTMLFormatter
- Sets the optional text that should be included in every footer page.
- setIncludes(String) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets the wildcard expression for classes to include.
- setJmx(boolean) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets whether the agent should expose functionality via JMX.
- setLanguageNames(ILanguageNames) -
Method in class org.jacoco.report.csv.CSVFormatter
- Sets the implementation for language name display.
- setLanguageNames(ILanguageNames) -
Method in class org.jacoco.report.html.HTMLFormatter
- Sets the implementation for language name display.
- setLocale(Locale) -
Method in class org.jacoco.report.html.HTMLFormatter
- Sets the locale used for report rendering.
- setOutput(String) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets the output mode
- setOutput(AgentOptions.OutputMode) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets the output mode
- setOutputEncoding(String) -
Method in class org.jacoco.report.csv.CSVFormatter
- Sets the encoding used for generated CSV document.
- setOutputEncoding(String) -
Method in class org.jacoco.report.html.HTMLFormatter
- Sets the encoding used for generated HTML pages.
- setOutputEncoding(String) -
Method in class org.jacoco.report.xml.XMLFormatter
- Sets the encoding used for generated XML document.
- setPort(int) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets the port on which to listen to when output is
tcpserver
or the port to connect to when output is tcpclient
- setRemoteCommandVisitor(IRemoteCommandVisitor) -
Method in class org.jacoco.core.runtime.RemoteControlReader
- Sets an listener for agent commands.
- setSessionId(String) -
Method in interface org.jacoco.agent.rt.IAgent
- Sets a session identifier.
- setSessionId(String) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets the session identifier.
- setSessionId(String) -
Method in class org.jacoco.core.runtime.RuntimeData
- Sets a session identifier for this runtime.
- setSessionInfoVisitor(ISessionInfoVisitor) -
Method in class org.jacoco.core.data.ExecutionDataReader
- Sets an listener for session information.
- shutdown() -
Method in interface org.jacoco.core.runtime.IRuntime
- Allows the coverage runtime to cleanup internals.
- shutdown() -
Method in class org.jacoco.core.runtime.LoggerRuntime
-
- shutdown() -
Method in class org.jacoco.core.runtime.ModifiedSystemClassRuntime
-
- shutdown() -
Method in class org.jacoco.core.runtime.SystemPropertiesRuntime
-
- shutdown() -
Method in class org.jacoco.core.runtime.URLStreamHandlerRuntime
-
- sort(Collection<T>) -
Method in class org.jacoco.core.analysis.NodeComparator
- Returns a sorted copy of the given collection of
ICoverageNode
elements.
- startup(RuntimeData) -
Method in class org.jacoco.core.runtime.AbstractRuntime
- Subclasses must call this method when overwriting it.
- startup(RuntimeData) -
Method in interface org.jacoco.core.runtime.IRuntime
- Starts the coverage runtime.
- startup(RuntimeData) -
Method in class org.jacoco.core.runtime.LoggerRuntime
-
- startup(RuntimeData) -
Method in class org.jacoco.core.runtime.ModifiedSystemClassRuntime
-
- startup(RuntimeData) -
Method in class org.jacoco.core.runtime.SystemPropertiesRuntime
-
- startup(RuntimeData) -
Method in class org.jacoco.core.runtime.URLStreamHandlerRuntime
-
- store -
Variable in class org.jacoco.core.runtime.RuntimeData
- store for execution data
- subtract(ExecutionData) -
Method in class org.jacoco.core.data.ExecutionDataStore
- Subtracts the probes in the given
ExecutionData
object from the
store.
- subtract(ExecutionDataStore) -
Method in class org.jacoco.core.data.ExecutionDataStore
- Subtracts all probes in the given execution data store from this store.
- SystemPropertiesRuntime - Class in org.jacoco.core.runtime
- This
IRuntime
implementation makes the execution data available
through a special entry in the System.getProperties()
hash table. - SystemPropertiesRuntime() -
Constructor for class org.jacoco.core.runtime.SystemPropertiesRuntime
- Creates a new runtime.
IRuntime
implementation registers a special
URLStreamHandler
to process coverage data.?- WildcardMatcher(String) -
Constructor for class org.jacoco.core.runtime.WildcardMatcher
- Creates a new matcher with the given expression.
IMultiReportOutput
that writes files into a
ZipOutputStream
.ZipOutputStream
.
OutputStream
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |