|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--org.apache.anteater.test.ServletContainerTask
Ant Task representation for the ServletContainer
class.
Field Summary | |
static String |
START_TOMCAT
|
static String |
STOP_TOMCAT
|
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 | |
ServletContainerTask()
|
Method Summary | |
void |
execute()
|
void |
setAction(String action)
Set the action you wish the servlet engine to perform. |
void |
setMaxSpareThreads(int maxSpareThreads)
|
void |
setMaxThreads(int maxThreads)
|
void |
setMinSpareThreads(int minSpareThreads)
|
void |
setPort(String ports)
|
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, isInvalid, 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String STOP_TOMCAT
public static final String START_TOMCAT
Constructor Detail |
public ServletContainerTask()
Method Detail |
public void setPort(String ports) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void setMaxThreads(int maxThreads)
public void setMaxSpareThreads(int maxSpareThreads)
public void setMinSpareThreads(int minSpareThreads)
public void setAction(String action)
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 |