| Interface | Description |
|---|---|
| CloverSourceScanner |
Scans source roots and return list of files to instrument.
|
| LanguageFileFilter |
Performs filtering of file list based on the expected programming language.
|
| Class | Description |
|---|---|
| AbstractSourceScanner |
Code common to compute the list of source files to instrument (main sources, test sources) for Java and Groovy
languages.
|
| LanguageFileExtensionFilter |
Performs filtering of file list based on file extension(s) for given programming language.
|
| MainSourceScanner |
Computes the list of main source files to instrument.
|
| TestSourceScanner |
Computes the list of test source files to instrument.
|
Copyright © 2019 OpenClover.org. All rights reserved.