|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.emma.task.AbstractTask
org.codehaus.mojo.emma.task.ReportTask
public class ReportTask
Create a report from EMMA coverage data.
| Constructor Summary | |
|---|---|
ReportTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
Executes the task. |
String |
getColumns()
Gets the columns. |
File[] |
getDataFiles()
Gets the data files. |
String |
getDepth()
Gets the depth. |
String |
getEncoding()
Gets the encoding. |
File |
getMetadataFile()
Gets the metadata file. |
String |
getMetrics()
Gets the metrics. |
String |
getSort()
Gets the sort order. |
File[] |
getSourcePaths()
Gets the source paths. |
boolean |
isGenerateOnlyXml()
Should only the XML report be generated. |
void |
setColumns(String columns)
Sets the columns. |
void |
setDataFiles(File[] dataFiles)
Sets the data files. |
void |
setDepth(String depth)
Sets the depth. |
void |
setEncoding(String encoding)
Sets the encoding. |
void |
setGenerateOnlyXml(boolean generateOnlyXml)
Sets whether only the XML report be generated. |
void |
setMetadataFile(File metadataFile)
Sets the metadata file. |
void |
setMetrics(String metrics)
Sets the metrics. |
void |
setSort(String sort)
Sets the sort order. |
void |
setSourcePaths(File[] sourcePaths)
Sets the source paths. |
| Methods inherited from class org.codehaus.mojo.emma.task.AbstractTask |
|---|
getCanonicalPaths, getOutputDirectory, isVerbose, setOutputDirectory, setVerbose |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportTask()
| Method Detail |
|---|
public void execute()
throws IOException
IOExceptionpublic String getColumns()
public void setColumns(String columns)
columns - the columns.public String getDepth()
public void setDepth(String depth)
depth - the depth.public String getEncoding()
public void setEncoding(String encoding)
encoding - the encoding.public String getMetrics()
public void setMetrics(String metrics)
metrics - the metrics.public String getSort()
public void setSort(String sort)
sort - the sort order.public File[] getSourcePaths()
public void setSourcePaths(File[] sourcePaths)
sourcePaths - the source paths.public File[] getDataFiles()
public void setDataFiles(File[] dataFiles)
dataFiles - the data files.public File getMetadataFile()
public void setMetadataFile(File metadataFile)
metadataFile - the metadata file.public boolean isGenerateOnlyXml()
true if only the XML report should be generated.public void setGenerateOnlyXml(boolean generateOnlyXml)
generateOnlyXml - true if only the XML report should be generated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||