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
Constructor Summary |
CheckTask()
Setup the check task. |
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()
- Setup the check task.
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Run the task.
- Specified by:
execute
in class AbstractTask
- Throws:
org.apache.maven.plugin.MojoExecutionException
- for a full-out execution problem.
org.apache.maven.plugin.MojoFailureException
- for an anticipated failure.
getConfig
public ConfigCheck getConfig()
- Returns:
- the check configuration.
getDataFile
public String getDataFile()
- Returns:
- Returns the dataFile.
setConfig
public void setConfig(ConfigCheck config)
- Set the check configuration.
- Parameters:
config
- the config.
setDataFile
public void setDataFile(String dataFile)
- Parameters:
dataFile
- The dataFile to set.
Copyright © 2005-2014 Codehaus. All Rights Reserved.