org.codehaus.mojo.cobertura.tasks
Class CheckTask
java.lang.Object
org.codehaus.mojo.cobertura.tasks.AbstractTask
org.codehaus.mojo.cobertura.tasks.CheckTask
public class CheckTask
- extends AbstractTask
The Check Task.
- Author:
- Joakim Erdfelt
Methods inherited from class org.codehaus.mojo.cobertura.tasks.AbstractTask |
createClasspath, executeJava, getCmdLineArgs, getLog, getMaxmem, getPluginClasspathList, isQuiet, setCmdLineArgs, setLog, setMaxmem, setPluginClasspathList, setQuiet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckTask
public CheckTask()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Specified by:
execute
in class AbstractTask
- Throws:
org.apache.maven.plugin.MojoExecutionException
getConfig
public ConfigCheck getConfig()
getDataFile
public String getDataFile()
- Returns:
- Returns the dataFile.
setConfig
public void setConfig(ConfigCheck config)
setDataFile
public void setDataFile(String dataFile)
- Parameters:
dataFile
- The dataFile to set.
Copyright © 2005-2010 Codehaus. All Rights Reserved.