public class CheckTask extends AbstractTask
cmdLineArgs
Constructor and Description |
---|
CheckTask()
Setup the check task.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Run the task.
|
ConfigCheck |
getConfig() |
String |
getDataFile() |
void |
setConfig(ConfigCheck config)
Set the check configuration.
|
void |
setDataFile(String dataFile) |
createClasspath, executeJava, getCmdLineArgs, getLog, getMaxmem, getPluginClasspathList, isQuiet, setCmdLineArgs, setLog, setMaxmem, setPluginClasspathList, setQuiet
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
execute
in class AbstractTask
org.apache.maven.plugin.MojoExecutionException
- for a full-out execution problem.org.apache.maven.plugin.MojoFailureException
- for an anticipated failure.public ConfigCheck getConfig()
public String getDataFile()
public void setConfig(ConfigCheck config)
config
- the config.public void setDataFile(String dataFile)
dataFile
- The dataFile to set.Copyright © 2005–2015 Codehaus. All rights reserved.