|
||||||||||
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
org.mortbay.jetty.ant.JettyRunTask
public class JettyRunTask
Ant task for running a Jetty server.
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 | |
---|---|
JettyRunTask()
|
Method Summary | |
---|---|
void |
addConnectors(Connectors connectors)
Adds a new Ant's connector tag object if it have not been created yet. |
void |
addSystemProperties(SystemProperties systemProperties)
|
void |
addUserRealms(UserRealms realms)
|
void |
addWebApp(WebApp webapp)
Creates a new WebApp Ant object. |
void |
execute()
Executes this Ant task. |
java.io.File |
getJettyXml()
|
java.lang.String |
getRequestLog()
|
java.io.File |
getTempDirectory()
|
void |
setJettyXml(java.io.File jettyXml)
|
void |
setRequestLog(java.lang.String className)
|
void |
setTempDirectory(java.io.File tempDirectory)
|
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, setProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JettyRunTask()
Method Detail |
---|
public void addWebApp(WebApp webapp)
WebApp
Ant object.
public void addConnectors(Connectors connectors)
public void addUserRealms(UserRealms realms)
public void addSystemProperties(SystemProperties systemProperties)
public java.io.File getTempDirectory()
public void setTempDirectory(java.io.File tempDirectory)
public java.io.File getJettyXml()
public void setJettyXml(java.io.File jettyXml)
public void setRequestLog(java.lang.String className)
public java.lang.String getRequestLog()
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |