com.atlassian.maven.plugin.clover.internal
Interface CompilerConfiguration
- All Superinterfaces:
- CloverConfiguration
- All Known Implementing Classes:
- AbstractCloverInstrumentMojo, CloverInstrumentInternalMojo, CloverInstrumentMojo, CloverInstrumentTestMojo, CloverResetMojo, CloverSetupMojo
public interface CompilerConfiguration
- extends CloverConfiguration
getIncludes
Set<String> getIncludes()
getExcludes
Set<String> getExcludes()
isIncludesAllSourceRoots
boolean isIncludesAllSourceRoots()
getJdk
String getJdk()
getFlushPolicy
String getFlushPolicy()
getFlushInterval
int getFlushInterval()
isUseFullyQualifiedJavaLang
boolean isUseFullyQualifiedJavaLang()
getEncoding
String getEncoding()
getMethodContexts
Map<String,String> getMethodContexts()
getStatementContexts
Map<String,String> getStatementContexts()
getDistributedCoverage
DistributedCoverage getDistributedCoverage()
getStaleMillis
int getStaleMillis()
getInstrumentation
String getInstrumentation()
getInstrumentLambda
String getInstrumentLambda()
isCopyExcludedFiles
boolean isCopyExcludedFiles()
Copyright © 2015 Atlassian Pty Ltd. All Rights Reserved.