|
|||||||||
| 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
br.com.oncast.dev.lobo.task.ProfilerMergeTask
public class ProfilerMergeTask
Ant task to merge profile results.
The profiler merger is design to create a new merge result xml based on an (optional) merge result xml and a profiler
result xml. Basically it creates a new merge result xml appending the source merge xml with the profiler result xml.
| 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 | |
|---|---|
ProfilerMergeTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
void |
setBuildMetrics(java.lang.String buildMetrics)
The mandatory profiler source file. This is the profiler results that must be merged with the merger source to generate the output file. |
void |
setBuildName(java.lang.String buildName)
The optional build name. If the build name is not set the merger will try to infer the next build name from the merge source. |
void |
setMerge(java.lang.String mergeFile)
The merge file. This merge file stores performance information of all the builds it merged. |
| 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 ProfilerMergeTask()
| Method Detail |
|---|
public void setBuildName(java.lang.String buildName)
buildName - the name of the build.public void setMerge(java.lang.String mergeFile)
mergeFile - the merge source file path as a String.public void setBuildMetrics(java.lang.String buildMetrics)
buildMetrics - the profiler source file path as a String.
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionTask.execute()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||