com.atlassian.maven.plugin.clover.internal
Interface CloverConfiguration
- All Known Implementing Classes:
- CloverInstrumentInternalMojo
public interface CloverConfiguration
Represents a Clover configuration. Used by internal classes to wrap Mojos and get access to
Clover configuration values.
- Version:
- $Id: $
getIncludes
java.util.Set getIncludes()
getExcludes
java.util.Set getExcludes()
includesAllSourceRoots
boolean includesAllSourceRoots()
getLog
org.apache.maven.plugin.logging.Log getLog()
getProject
org.apache.maven.project.MavenProject getProject()
getJdk
java.lang.String getJdk()
getFlushPolicy
java.lang.String getFlushPolicy()
getFlushInterval
int getFlushInterval()
getCloverDatabase
java.lang.String getCloverDatabase()
Copyright © 2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.