public interface CloverSourceScanner
| Modifier and Type | Method and Description |
|---|---|
Map<String,String[]> |
getExcludedFiles()
Returns the list of excluded files that we'll need to copy.
|
Map<String,String[]> |
getSourceFilesToInstrument()
Returns the list of source files to instrument taking into account the includes and excludes specified by
the user.
|
Map<String,String[]> |
getSourceFilesToInstrument(LanguageFileFilter languageFileFilter,
boolean skipGroovySourceDirectory)
Returns the list of source files to instrument taking into account the includes and excludes specified by
the user and additionaly taking into account a programming language.
|
boolean |
isSourceRootForLanguage(String sourceRoot,
com.atlassian.clover.spi.lang.Language language) |
Map<String,String[]> getSourceFilesToInstrument()
Map<String,String[]> getSourceFilesToInstrument(LanguageFileFilter languageFileFilter, boolean skipGroovySourceDirectory)
languageFileFilter - extra filter (in addition to includes/excludes) based on programming languageskipGroovySourceDirectory - if true then don't list source files which are located in the
source directory 'native' for groovy languageMap<String,String[]> getExcludedFiles()
boolean isSourceRootForLanguage(String sourceRoot, com.atlassian.clover.spi.lang.Language language)
Copyright © 2019 OpenClover.org. All rights reserved.