|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
IRuntime
implementation.SessionInfo
objects into the given visitor.
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.
ExecutionData
object with the given probe data.
ExecutionData
object with the given probe data
length.
IMultiReportOutput
that writes files directly to a
given directory.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.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
.
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.
- 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.
- 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 class org.jacoco.core.runtime.AbstractRuntime
-
- setSessionId(String) -
Method in class org.jacoco.core.runtime.AgentOptions
- Sets the session identifier.
- setSessionId(String) -
Method in interface org.jacoco.core.runtime.IRuntime
- Sets a session identifier for this runtime.
- setSessionInfoVisitor(ISessionInfoVisitor) -
Method in class org.jacoco.core.data.ExecutionDataReader
- Sets an listener for session information.
- setStartTimeStamp() -
Method in class org.jacoco.core.runtime.AbstractRuntime
- Subclasses need to call this method in their
IRuntime.startup()
implementation to record the timestamp of session startup.
- 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() -
Method in interface org.jacoco.core.runtime.IRuntime
- Starts the coverage runtime.
- startup() -
Method in class org.jacoco.core.runtime.LoggerRuntime
-
- startup() -
Method in class org.jacoco.core.runtime.ModifiedSystemClassRuntime
-
- startup() -
Method in class org.jacoco.core.runtime.SystemPropertiesRuntime
-
- startup() -
Method in class org.jacoco.core.runtime.URLStreamHandlerRuntime
-
- store -
Variable in class org.jacoco.core.runtime.AbstractRuntime
- store for execution data
- 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 |