Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
E
G
I
M
O
R
S
A
AbstractServerRun
- class org.apache.cactus.ant.
AbstractServerRun
.
Abstract class for starting/stopping an application server.
AbstractServerRun(String[])
- Constructor for class org.apache.cactus.ant.
AbstractServerRun
addFileset(FileSet)
- Method in class org.apache.cactus.ant.
ChangeLogTask
Adds a set of files (nested fileset attribute).
addProperty(ArgListProperty)
- Method in class org.apache.cactus.ant.
ArgListTask
Add a new property to the list of properties to check.
ArgListProperty
- class org.apache.cactus.ant.
ArgListProperty
.
Placeholder for a property's name.
ArgListProperty()
- Constructor for class org.apache.cactus.ant.
ArgListProperty
ArgListTask
- class 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.
ArgListTask()
- Constructor for class org.apache.cactus.ant.
ArgListTask
C
ChangeLogTask
- class org.apache.cactus.ant.
ChangeLogTask
.
A CVS log task that extract information from the execution of the '
cvs log
' command and put them in a generated output XML file.
ChangeLogTask()
- Constructor for class org.apache.cactus.ant.
ChangeLogTask
E
EnhydraRun
- class org.apache.cactus.ant.
EnhydraRun
.
Starts/stop Enhydra by setting up a listener socket.
EnhydraRun(String[])
- Constructor for class org.apache.cactus.ant.
EnhydraRun
execute()
- Method in class org.apache.cactus.ant.
StartServerTask
execute()
- Method in class org.apache.cactus.ant.
RunServerTestsTask
execute()
- Method in class org.apache.cactus.ant.
StopServerTask
execute()
- Method in class org.apache.cactus.ant.
StopServerHelper
execute()
- Method in class org.apache.cactus.ant.
ArgListTask
Execute task.
execute()
- Method in class org.apache.cactus.ant.
StartServerHelper
execute()
- Method in class org.apache.cactus.ant.
ChangeLogTask
Execute task
G
getName()
- Method in class org.apache.cactus.ant.
ArgListProperty
I
init()
- Method in class org.apache.cactus.ant.
StartServerTask
Initialization
init()
- Method in class org.apache.cactus.ant.
RunServerTestsTask
Initialize the task.
init()
- Method in class org.apache.cactus.ant.
StopServerTask
Initialization
isServerAlreadyStarted()
- Method in class org.apache.cactus.ant.
StartServerHelper
M
main(String[])
- Static method in class org.apache.cactus.ant.
EnhydraRun
Entry point to start/stop the Enhydra server.
main(String[])
- Static method in class org.apache.cactus.ant.
ResinRun
Entry point to start/stop the Resin server.
O
org.apache.cactus.ant
- package org.apache.cactus.ant
R
ResinRun
- class org.apache.cactus.ant.
ResinRun
.
Starts/stop Resin by setting up a listener socket.
ResinRun(String[])
- Constructor for class org.apache.cactus.ant.
ResinRun
run()
- Method in class org.apache.cactus.ant.
AbstractServerRun
Sets up a listener socket and wait until we receive a request on it to stop the running server.
run()
- Method in class org.apache.cactus.ant.
StopServerHelper
The thread that calls the Ant target that stops the web server/servlet engine.
run()
- Method in class org.apache.cactus.ant.
StartServerHelper
The thread that calls the Ant target that starts the web server/servlet engine.
RunServerTestsTask
- class org.apache.cactus.ant.
RunServerTestsTask
.
Task to automate running in-container unit test.
RunServerTestsTask()
- Constructor for class org.apache.cactus.ant.
RunServerTestsTask
S
setDate(String)
- Method in class org.apache.cactus.ant.
ChangeLogTask
Set the threshold cvs log date.
setDebug(File)
- Method in class org.apache.cactus.ant.
ChangeLogTask
Set the debug file.
setElapsed(Long)
- Method in class org.apache.cactus.ant.
ChangeLogTask
Set the threshold cvs log date by calculating it : "today - elapsed".
setExecutable(String)
- Method in class org.apache.cactus.ant.
ChangeLogTask
Sets the CVS client executable to use to perform "cvs log".
setName(String)
- Method in class org.apache.cactus.ant.
ArgListProperty
setOutput(File)
- Method in class org.apache.cactus.ant.
ChangeLogTask
Set the output file for the log.
setProcessErrorStream(InputStream)
- Method in class org.apache.cactus.ant.
ChangeLogTask
Set the error stream for reading from CVS log.
setProcessInputStream(OutputStream)
- Method in class org.apache.cactus.ant.
ChangeLogTask
Set the input stream for the CVS process.
setProcessOutputStream(InputStream)
- Method in class org.apache.cactus.ant.
ChangeLogTask
Set the input stream used to read from CVS log
setProperty(String)
- Method in class org.apache.cactus.ant.
ArgListTask
Set the name of the new Ant property that will contain the arg list.
setStartTarget(String)
- Method in class org.apache.cactus.ant.
StartServerTask
Ant will automatically call this method when the "startTarget" attribute of our task is used.
setStartTarget(String)
- Method in class org.apache.cactus.ant.
RunServerTestsTask
Sets the target to call to start the server.
setStartTarget(String)
- Method in class org.apache.cactus.ant.
StartServerHelper
setStopTarget(String)
- Method in class org.apache.cactus.ant.
RunServerTestsTask
Sets the target to call to stop the server.
setStopTarget(String)
- Method in class org.apache.cactus.ant.
StopServerTask
Ant will automatically call this method when the "stopTarget" attribute of our task is used.
setStopTarget(String)
- Method in class org.apache.cactus.ant.
StopServerHelper
setTestTarget(String)
- Method in class org.apache.cactus.ant.
RunServerTestsTask
Sets the target to call to run the tests.
setTestURL(String)
- Method in class org.apache.cactus.ant.
StartServerTask
Ant will automatically call this method when the "testURL" attribute of our task is used.
setTestURL(String)
- Method in class org.apache.cactus.ant.
RunServerTestsTask
Sets the URL to call for testing if the server is running.
setTestURL(String)
- Method in class org.apache.cactus.ant.
StopServerTask
Ant will automatically call this method when the "testURL" attribute of our task is used.
setTestURL(String)
- Method in class org.apache.cactus.ant.
StopServerHelper
setTestURL(String)
- Method in class org.apache.cactus.ant.
StartServerHelper
setTestURL(String)
- Method in class org.apache.cactus.ant.
ChangeLogTask
Set the test URL to check if internet access is on.
setUsers(File)
- Method in class org.apache.cactus.ant.
ChangeLogTask
Set the properties file name containing the matching list of (user id, user display name).
setWork(File)
- Method in class org.apache.cactus.ant.
ChangeLogTask
Set the CVS working directory where the cvs log operation will be performed.
start()
- Method in class org.apache.cactus.ant.
ChangeLogTask
Start reading from the cvs log stream.
StartServerHelper
- class org.apache.cactus.ant.
StartServerHelper
.
A helper class for an Ant Task that does the following : create a java thread, start another Ant target in that thread.
StartServerHelper(Task)
- Constructor for class org.apache.cactus.ant.
StartServerHelper
StartServerTask
- class org.apache.cactus.ant.
StartServerTask
.
An Ant Task that does the following : create a java thread, start another Ant target in that thread.
StartServerTask()
- Constructor for class org.apache.cactus.ant.
StartServerTask
stop()
- Method in class org.apache.cactus.ant.
ChangeLogTask
Stop handling of the streams (i.e.
StopServerHelper
- class org.apache.cactus.ant.
StopServerHelper
.
A helper class for an Ant task that does the following : stop a running server by calling an Ant target to stop it in another thread and wait for the servlet engine to be stopped by trying to continously connect to a test URL.
StopServerHelper(Task)
- Constructor for class org.apache.cactus.ant.
StopServerHelper
StopServerTask
- class org.apache.cactus.ant.
StopServerTask
.
Call an Ant stop target in another thread and wait for the servlet engine to be stopped by trying to continously connect to a test URL.
StopServerTask()
- Constructor for class org.apache.cactus.ant.
StopServerTask
A
C
E
G
I
M
O
R
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.