|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.jcoderz.phoenix.report.JcSummaryReportAntTask
public class JcSummaryReportAntTask
This is the Ant task for the Jcoderz Summary Report. This task uses a summary database file to create progress diagrams showing the historical changes of the number of findings. TODO: Separate into Command Line tool and Ant Task so that the java.awt.headless property can be set by the Ant Task.
| Nested Class Summary | |
|---|---|
static class |
JcSummaryReportAntTask.JcoderReportFilter
Filter for folders that contain a 'summary.xml' file. |
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
JcSummaryReportAntTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
This method is called by Ant for executing this task. |
void |
setBaseDir(String base)
Sets the base directory of the reports. |
void |
setDest(String dest)
Sets the destination of the report. |
void |
setName(String name)
Sets the name of the summary report. |
void |
setSummary(String summary)
Sets the historic database file. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JcSummaryReportAntTask()
| Method Detail |
|---|
public void setName(String name)
name - the report name.public void setDest(String dest)
dest - the report destination.public void setBaseDir(String base)
base - the base directory.public void setSummary(String summary)
summary - the historic database file.
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException - whenver a problem occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||