com.atlassian.maven.plugin.clover.internal
Interface CompilerConfiguration

All Superinterfaces:
CloverConfiguration
All Known Implementing Classes:
CloverInstrumentInternalMojo, CloverResetMojo, CloverSetupMojo

public interface CompilerConfiguration
extends CloverConfiguration


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

Method Detail

getIncludes

java.util.Set getIncludes()

getExcludes

java.util.Set getExcludes()

includesAllSourceRoots

boolean includesAllSourceRoots()

getJdk

java.lang.String getJdk()

getFlushPolicy

java.lang.String getFlushPolicy()

getFlushInterval

int getFlushInterval()

isUseFullyQualifiedJavaLang

boolean isUseFullyQualifiedJavaLang()

getEncoding

java.lang.String getEncoding()

getMethodContexts

java.util.Map getMethodContexts()

getStatementContexts

java.util.Map getStatementContexts()

getDistributedCoverage

DistributedCoverage getDistributedCoverage()

getStaleMillis

int getStaleMillis()

getInstrumentation

java.lang.String getInstrumentation()

copyExcludedFiles

boolean copyExcludedFiles()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.