| Modifier and Type | Class and Description |
|---|---|
class |
CloverInstrumentInternalMojo
Instrument source roots.
|
class |
CloverInstrumentMojo
Fork a custom build lifecycle in which all sources will be instrumented by Clover and next execute this
lifecycle till the
install phase. |
class |
CloverInstrumentTestMojo
This goal behaves exactly like the instrument goal, however when forking the lifecycle - it runs only to the 'test'
phase instead of all the way to the 'install' phase.
|
class |
CloverResetMojo
Reset source directories to original ones.
|
class |
CloverSetupMojo
This mojo is to be used mainly for incremental instrumentation and compilation of Java source code.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CloverInstrumentInternalMojo.resetSrcDirsOriginal(org.apache.maven.artifact.Artifact artifact,
CompilerConfiguration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloverInstrumentMojo
Common settings for clover:instr / clover:setup MOJOs.
|
| Modifier and Type | Method and Description |
|---|---|
protected CompilerConfiguration |
AbstractInstrumenter.getConfiguration() |
| Constructor and Description |
|---|
AbstractInstrumenter(CompilerConfiguration configuration,
String outputSourceDirectory) |
MainInstrumenter(CompilerConfiguration configuration,
String outputSourceDirectory) |
TestInstrumenter(CompilerConfiguration configuration,
String outputSourceDirectory) |
| Modifier and Type | Method and Description |
|---|---|
protected CompilerConfiguration |
AbstractSourceScanner.getConfiguration() |
| Constructor and Description |
|---|
AbstractSourceScanner(CompilerConfiguration configuration,
String outputSourceDirectory) |
MainSourceScanner(CompilerConfiguration configuration,
String outputSourceDirectory) |
TestSourceScanner(CompilerConfiguration configuration,
String outputSourceDirectory) |
Copyright © 2019 OpenClover.org. All rights reserved.