|
||||||||||
| 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.ggtools.grand.tasks.GrandTask
public class GrandTask
A task to create graphs.
| 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 | |
|---|---|
GrandTask()
|
|
| Method Summary | |
|---|---|
void |
addFilter(FilterType filter)
Add a filter to the task. |
void |
addProperty(org.apache.tools.ant.taskdefs.Property p)
Add a new property to be passed to the graphed project. |
void |
addPropertyset(org.apache.tools.ant.types.PropertySet ps)
Set of properties to pass to the graphed project. |
void |
execute()
|
void |
setBuildFile(java.io.File file)
Sets the buildFile. |
void |
setInheritAll(boolean value)
If true, pass all properties to the new Ant project. |
void |
setOutput(java.io.File file)
Sets the output file. |
void |
setOutputConfigFile(java.io.File propertyFile)
Set a property file to override the output default configuration. |
void |
setProject(org.apache.tools.ant.Project project)
|
void |
setPropertyFile(java.io.File propertyFile)
Deprecated. use setOutputConfigFile(File). |
void |
setShowGraphName(boolean show)
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GrandTask()
| Method Detail |
|---|
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void setProject(org.apache.tools.ant.Project project)
setProject in class org.apache.tools.ant.ProjectComponentpublic void setBuildFile(java.io.File file)
file - public void setOutput(java.io.File file)
file - public void setPropertyFile(java.io.File propertyFile)
setOutputConfigFile(File).
outputConfigurationFile - The outputConfigurationFile to set.public void setOutputConfigFile(java.io.File propertyFile)
outputConfigurationFile - The outputConfigurationFile to set.public void setShowGraphName(boolean show)
public void setInheritAll(boolean value)
value - if true pass all properties to the new Ant project.public void addFilter(FilterType filter)
filter - public void addProperty(org.apache.tools.ant.taskdefs.Property p)
p - the property to set.public void addPropertyset(org.apache.tools.ant.types.PropertySet ps)
ps - property set to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||