public class ReportTask
extends org.apache.tools.ant.Task
Modifier and Type | Class and Description |
---|---|
class |
ReportTask.CSVFormatterElement
Formatter Element for CSV reports.
|
static class |
ReportTask.GroupElement
Container element for class file groups.
|
class |
ReportTask.HTMLFormatterElement
Formatter Element for HTML reports.
|
static class |
ReportTask.SourceFilesElement
The source files are specified in a resource collection with additional
attributes.
|
class |
ReportTask.XMLFormatterElement
Formatter Element for XML reports.
|
Constructor and Description |
---|
ReportTask() |
Modifier and Type | Method and Description |
---|---|
ReportTask.CSVFormatterElement |
createCsv()
Creates a new CSV report element.
|
org.apache.tools.ant.types.resources.Union |
createExecutiondata()
Returns the nested resource collection for execution data files.
|
ReportTask.HTMLFormatterElement |
createHtml()
Creates a new HTML report element.
|
ReportTask.GroupElement |
createStructure()
Returns the root group element that defines the report structure.
|
ReportTask.XMLFormatterElement |
createXml()
Creates a new XML report element.
|
void |
execute() |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public org.apache.tools.ant.types.resources.Union createExecutiondata()
public ReportTask.GroupElement createStructure()
public ReportTask.HTMLFormatterElement createHtml()
public ReportTask.CSVFormatterElement createCsv()
public ReportTask.XMLFormatterElement createXml()
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2013. All Rights Reserved.