|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.tools.ant.ProjectComponent
|
+--org.apache.tools.ant.Task
|
+--org.apache.cactus.ant.ArgListTask
Compute a string (returned as an Ant property) that contains a list of
args (in the format [-Dname=value]*) that can be used on a java command line.
Example :
-Dproperty1=value1 -Dproperty3=value3".
| Constructor Summary | |
ArgListTask()
|
|
| Method Summary | |
void |
addProperty(ArgListProperty theProperty)
Add a new property to the list of properties to check. |
void |
execute()
Execute task. |
void |
setProperty(java.lang.String theNewProperty)
Set the name of the new Ant property that will contain the arg list. |
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, init, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArgListTask()
| Method Detail |
public void addProperty(ArgListProperty theProperty)
theProperty - the property to add to the listpublic void setProperty(java.lang.String theNewProperty)
theNewProperty - the property that will contain the arg list
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.TaskTask.execute()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||