|
|||||||||
| 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.ProfilerTask
public class ProfilerTask
Ant task for performance analysis.
| 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 | |
|---|---|
ProfilerTask()
|
|
| Method Summary | |
|---|---|
void |
addClasspath(org.apache.tools.ant.types.Path path)
Add a new Path. |
BatchProfile |
createBatchProfile()
Creates the BatchProfile to be executed. |
void |
execute()
Executes the task. |
void |
setClasspathRef(org.apache.tools.ant.types.Reference classpathRef)
Setter for ClasspathRef. |
void |
setOutput(java.lang.String outputFile)
Sets the output file to write results to. |
| 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 ProfilerTask()
| Method Detail |
|---|
public void addClasspath(org.apache.tools.ant.types.Path path)
path - to added.public void setClasspathRef(org.apache.tools.ant.types.Reference classpathRef)
classpathRef - the classpathRef to be settled.public BatchProfile createBatchProfile()
BatchProfile to be executed.
BatchProfile.public void setOutput(java.lang.String outputFile)
outputFile - the output file.public void execute()
execute in class org.apache.tools.ant.Task
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||