Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » ant » [javadoc | source]
org.apache.catalina.ant
public class: DeployTask [javadoc | source]
java.lang.Object
   org.apache.tools.ant.ProjectComponent
      org.apache.tools.ant.Task
         org.apache.catalina.ant.BaseRedirectorHelperTask
            org.apache.catalina.ant.AbstractCatalinaTask
               org.apache.catalina.ant.DeployTask

All Implemented Interfaces:
    Cloneable

Ant task that implements the /deploy command, supported by the Tomcat manager application.
Field Summary
protected  String config    URL of the context configuration file for this application, if any. 
protected  String localWar    URL of the server local web application archive (WAR) file to be deployed. 
protected  String path    The context path of the web application we are managing. 
protected  String tag    Tag to associate with this to be deployed webapp. 
protected  boolean update    Update existing webapps. 
protected  String war    URL of the web application archive (WAR) file to be deployed. 
Fields inherited from org.apache.catalina.ant.AbstractCatalinaTask:
charset,  password,  url,  username
Fields inherited from org.apache.catalina.ant.BaseRedirectorHelperTask:
redirector,  redirectorElement,  redirectOutStream,  redirectErrStream,  redirectOutPrintStream,  redirectErrPrintStream,  failOnError,  redirectOutput,  redirectorConfigured,  alwaysLog
Method from org.apache.catalina.ant.DeployTask Summary:
execute,   getConfig,   getLocalWar,   getPath,   getTag,   getUpdate,   getWar,   setConfig,   setLocalWar,   setPath,   setTag,   setUpdate,   setWar
Methods from org.apache.catalina.ant.AbstractCatalinaTask:
execute,   execute,   execute,   getCharset,   getPassword,   getUrl,   getUsername,   setCharset,   setPassword,   setUrl,   setUsername
Methods from org.apache.catalina.ant.BaseRedirectorHelperTask:
addConfiguredRedirector,   closeRedirector,   handleErrorFlush,   handleErrorOutput,   handleFlush,   handleFlush,   handleOutput,   handleOutput,   isFailOnError,   openRedirector,   setAlwaysLog,   setAppend,   setCreateEmptyFiles,   setError,   setErrorProperty,   setFailonerror,   setLogError,   setOutput,   setOutputproperty
Methods from org.apache.tools.ant.Task:
bindToOwner,   execute,   getOwningTarget,   getRuntimeConfigurableWrapper,   getTaskName,   getTaskType,   init,   log,   log,   log,   log,   maybeConfigure,   perform,   reconfigure,   setOwningTarget,   setRuntimeConfigurableWrapper,   setTaskName,   setTaskType
Methods from org.apache.tools.ant.ProjectComponent:
clone,   getDescription,   getLocation,   getProject,   log,   log,   setDescription,   setLocation,   setProject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.ant.DeployTask Detail:
 public  void execute() throws BuildException 
    Execute the requested operation.
 public String getConfig() 
 public String getLocalWar() 
 public String getPath() 
 public String getTag() 
 public boolean getUpdate() 
 public String getWar() 
 public  void setConfig(String config) 
 public  void setLocalWar(String localWar) 
 public  void setPath(String path) 
 public  void setTag(String tag) 
 public  void setUpdate(boolean update) 
 public  void setWar(String war)