|
|||||||||
| 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.StartServerTask
An Ant Task that does the following :
| Constructor Summary | |
StartServerTask()
|
|
| Method Summary | |
void |
execute()
|
void |
init()
Initialization |
void |
setStartTarget(java.lang.String theStartTarget)
Ant will automatically call this method when the "startTarget" attribute of our task is used. |
void |
setTestURL(java.lang.String theTestURL)
Ant will automatically call this method when the "testURL" attribute of our task is used. |
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, 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 StartServerTask()
| Method Detail |
public void init()
init in class org.apache.tools.ant.Task
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.TaskTask.execute()public void setTestURL(java.lang.String theTestURL)
theTestURL - the test URL to pingpublic void setStartTarget(java.lang.String theStartTarget)
theStartTarget - the Ant target to call
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||