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


Method Summary
 DistributedCoverage getDistributedCoverage()
           
 String getEncoding()
           
 Set<String> getExcludes()
           
 int getFlushInterval()
           
 String getFlushPolicy()
           
 Set<String> getIncludes()
           
 String getInstrumentation()
           
 String getInstrumentLambda()
           
 String getJdk()
           
 Map<String,String> getMethodContexts()
           
 int getStaleMillis()
           
 Map<String,String> getStatementContexts()
           
 boolean isCopyExcludedFiles()
           
 boolean isIncludesAllSourceRoots()
           
 boolean isUseFullyQualifiedJavaLang()
           
 
Methods inherited from interface com.atlassian.maven.plugin.clover.internal.CloverConfiguration
getCloverDatabase, getLog, getProject, getReactorProjects, isSingleCloverDatabase, resolveCloverDatabase
 

Method Detail

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 © 2014 Atlassian Pty Ltd. All Rights Reserved.