|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CloverSourceScanner
Scans source roots and return list of files to instrument.
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
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 language
Map<String,String[]> getExcludedFiles()
boolean isSourceRootForLanguage(String sourceRoot,
com.atlassian.clover.spi.lang.Language language)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||