|
|||||||||
| 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
net.objectlab.qalab.ant.BuildStatMergeTask
public class BuildStatMergeTask
The ant task that handles the merger of statistics into qalab.xml.

| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
project |
| Constructor Summary | |
|---|---|
BuildStatMergeTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
Method invoked by the ant framework to execute the action associated with this task. |
java.lang.String |
getExporterClassName()
|
void |
setExporterClassName(java.lang.String exporterClass)
|
void |
setHandler(java.lang.String theHandler)
Sets the class name for the handler for the given statistics. |
void |
setInputFile(java.io.File newStatisticsFile)
Sets the input file containing the new statistics (checkstyle,etc). |
void |
setMergerTimeStamp(java.lang.String timestamp)
Sets the timestamp mode. |
void |
setOutputFile(java.io.File consolidatedFile)
Set the to output file (typically qalab.xml). |
void |
setPropertiesFile(java.io.File aProps)
Sets a properties file for use instead of individually setting them. |
void |
setQuiet(boolean noLog)
Sets the quiet mode. |
void |
setSrcDir(java.lang.String sourceDirectory)
|
| Methods inherited from class org.apache.tools.ant.Task |
|---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getProject, setProject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildStatMergeTask()
| Method Detail |
|---|
public final void setHandler(java.lang.String theHandler)
theHandler - class name for the handler.public final void setSrcDir(java.lang.String sourceDirectory)
sourceDirectory - directory where the source code is.public final void setInputFile(java.io.File newStatisticsFile)
newStatisticsFile - the whose values will be incorporated in the qalab.xmlpublic final void setOutputFile(java.io.File consolidatedFile)
consolidatedFile - the destination file where the statistics are written. The
file may or may not exists.public final void setQuiet(boolean noLog)
noLog - if true, no messages are displayed while merging stats.public final void setMergerTimeStamp(java.lang.String timestamp)
timestamp - if present, uses this as timestamp for stats.public final void execute()
execute in class org.apache.tools.ant.Taskpublic final void setExporterClassName(java.lang.String exporterClass)
exporterClass - The exporterClassName to set.public final java.lang.String getExporterClassName()
public final void setPropertiesFile(java.io.File aProps)
aProps - the properties File to use
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||