org.codehaus.mojo.cobertura
Class CoberturaMojoUtils
java.lang.Object
org.codehaus.mojo.cobertura.CoberturaMojoUtils
public class CoberturaMojoUtils
- extends Object
Utility class which can be used by both build-plugins and reports
- Since:
- 2.6
- Author:
- Robert Scholte
Method Summary |
static File |
getDataFile(File buildDirectory,
org.apache.maven.plugin.MojoExecution execution)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDataFile
public static File getDataFile(File buildDirectory,
org.apache.maven.plugin.MojoExecution execution)
- Parameters:
buildDirectory
- the buildDirectoryexecution
- the mojo-execution
- Returns:
- the data file
Copyright © 2005-2014 Codehaus. All Rights Reserved.