|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.cobertura.tasks.AbstractTask
org.codehaus.mojo.cobertura.tasks.InstrumentTask
public class InstrumentTask
The Instrument Task.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.mojo.cobertura.tasks.AbstractTask |
|---|
cmdLineArgs |
| Constructor Summary | |
|---|---|
InstrumentTask()
Create a new InstrumentTask. |
|
| Method Summary | |
|---|---|
void |
execute()
Run the task. |
ConfigInstrumentation |
getConfig()
|
File |
getDataFile()
|
File |
getDestinationDir()
|
String |
joinCludes(List<String> cludes)
Construct a ,-separated string from a list of strings. |
void |
setConfig(ConfigInstrumentation config)
Set the configuration |
void |
setDataFile(File dataFile)
Set the data file |
void |
setDestinationDir(File destinationDir)
Set the destination directory |
| 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 |
| Constructor Detail |
|---|
public InstrumentTask()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in class AbstractTaskorg.apache.maven.plugin.MojoExecutionException - for a full-out execution problem.public ConfigInstrumentation getConfig()
public File getDataFile()
public File getDestinationDir()
public String joinCludes(List<String> cludes)
cludes - the list of strings.
public void setConfig(ConfigInstrumentation config)
config - the configurationpublic void setDataFile(File dataFile)
dataFile - the data filepublic void setDestinationDir(File destinationDir)
destinationDir - the directory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||