|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
ILinkable
.
ICounter
implementations.IRuntime
implementation.SessionInfo
objects into the given visitor.
AgentOptions.OUTPUT
.ICounter
for the given
entity.
IExecutionDataVisitor
object.
CompactDataInput
that uses the specified underlying
input stream.
CompactDataOutput
instance that writes data to the
specified underlying output stream
ICounter
for the given
entity.
ICounter
objects by different
criteria.ICounter
implementations.ICoverageNode
structures based on execution
and structure information.ModifiedSystemClassRuntime
using the given class as
the data container.
ModifiedSystemClassRuntime
using the given class as
the data container.
boolean[]
).
ExecutionData
object with the given probe data.
ExecutionData
object with the given probe data
length.
IMultiReportOutput
that writes files directly to a
given directory.ISingleReportOutput
that writes the file directly
to a given location.String
.
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
.
XMLDocument
that declares its content type to be XHTML 1.0 Strict and
produces HTMLElement
s as children.XMLElement
with utility methods to create XHTML documents.ICoverageNode
instance.boolean[]
instance from the runtime.ILines
implementation.IRuntime
implementation uses the Java logging API to report
coverage data.IRuntime
implementation works with a modified system class.ICoverageNode
objects by
different criteria.ICoverageNode
counters of the given
entity based on this counter sorting criteria.
ICounter
for the given
entity.
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.
- setLanguage(String) -
Method in class org.jacoco.report.html.SourceHighlighter
- Specifies the source language.
- 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.
- setReportOutput(ISingleReportOutput) -
Method in class org.jacoco.report.csv.CSVFormatter
- Sets the report output callback for this report formatter.
- setReportOutput(IMultiReportOutput) -
Method in class org.jacoco.report.html.HTMLFormatter
- Defines the output for files created by the formatter.
- setReportOutput(ISingleReportOutput) -
Method in class org.jacoco.report.xml.XMLFormatter
- Sets the report output callback for this report formatter.
- 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.
- setTabWidth(int) -
Method in class org.jacoco.report.html.SourceHighlighter
- Specifies the number of spaces that are represented by a single tab.
- 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.
- SORT_SCRIPT -
Static variable in class org.jacoco.report.html.resources.Resources
- The name of the sort script
- SORTABLE -
Static variable in class org.jacoco.report.html.resources.Styles
- Table header for sortable columns
- SOURCE -
Static variable in class org.jacoco.report.html.resources.Styles
- Block of source code
- SourceFileCoverage - Class in org.jacoco.core.analysis
- Coverage data of a single source file.
- SourceFileCoverage(String, String) -
Constructor for class org.jacoco.core.analysis.SourceFileCoverage
- Creates a source file data object with the given parameters.
- SourceFilePage - Class in org.jacoco.report.html
- Page showing the content of a source file with numbered and highlighted
source lines.
- SourceFilePage(SourceFileCoverage, ReportPage, ReportOutputFolder, IHTMLReportContext) -
Constructor for class org.jacoco.report.html.SourceFilePage
- Creates a new page with given information.
- SourceHighlighter - Class in org.jacoco.report.html
- Creates a highlighted output of a source file.
- SourceHighlighter() -
Constructor for class org.jacoco.report.html.SourceHighlighter
- Creates a new highlighter with default settings.
- span() -
Method in class org.jacoco.report.html.HTMLElement
- Creates a 'span' element.
- span(String) -
Method in class org.jacoco.report.html.HTMLElement
- Creates a 'span' element.
- span(String, String) -
Method in class org.jacoco.report.html.HTMLElement
- Creates a 'span' element.
- 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
- StringPool - Class in org.jacoco.core.analysis
- Utility to normalize
String
instances in a way that if
equals()
is true
for two strings they will be
represented the same instance. - StringPool() -
Constructor for class org.jacoco.core.analysis.StringPool
-
- Styles - Class in org.jacoco.report.html.resources
- Constants for styles defined by the report style sheet.
- STYLESHEET -
Static variable in class org.jacoco.report.html.resources.Resources
- The name of the style sheet
- subFolder(String) -
Method in class org.jacoco.report.ReportOutputFolder
- Creates a sub-folder with the given name.
- SystemPropertiesRuntime - Class in org.jacoco.core.runtime
- This
IRuntime
implementation makes the execution data available
through a special entry of the type Map
in the
System.getProperties()
hash table. - SystemPropertiesRuntime() -
Constructor for class org.jacoco.core.runtime.SystemPropertiesRuntime
- Creates a new runtime.
ITableItem
s.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.
- write(String...) -
Method in class org.jacoco.report.csv.DelimitedWriter
- Write multiple fields at once.
- write(String) -
Method in class org.jacoco.report.csv.DelimitedWriter
- Write a single value.
- write(int) -
Method in class org.jacoco.report.csv.DelimitedWriter
- Write a single integer value.
- write(int...) -
Method in class org.jacoco.report.csv.DelimitedWriter
- Write muliple integer values
- writeBooleanArray(boolean[]) -
Method in class org.jacoco.core.data.CompactDataOutput
- Writes a boolean array.
- writer -
Variable in class org.jacoco.report.xml.XMLElement
- Writer for content output
- writeVarInt(int) -
Method in class org.jacoco.core.data.CompactDataOutput
- Writes a variable length representation of an integer value that reduces
the number of written bytes for small positive values.
IMultiReportOutput
that writes files into a
ZipOutputStream
.ZipOutputStream
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |