org.codehaus.mojo.cobertura
Class CoberturaMojoUtils

java.lang.Object
  extended by 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
 

Method Detail

getDataFile

public static File getDataFile(File buildDirectory,
                               org.apache.maven.plugin.MojoExecution execution)
Parameters:
buildDirectory - the buildDirectory
execution - the mojo-execution
Returns:
the data file


Copyright © 2005-2014 Codehaus. All Rights Reserved.