Class DeployTask

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.glassfish.ant.embedded.tasks.TaskBase
org.glassfish.ant.embedded.tasks.DeployTask
All Implemented Interfaces:
Cloneable

public class DeployTask extends TaskBase
  • Constructor Details

    • DeployTask

      public DeployTask()
  • Method Details

    • setServerID

      public void setServerID(String serverID)
    • setApp

      public void setApp(String app)
    • setName

      public void setName(String name)
    • setContextroot

      public void setContextroot(String contextroot)
    • setForce

      public void setForce(boolean force)
    • setPrecompilejsp

      public void setPrecompilejsp(boolean precompilejsp)
    • setVerify

      public void setVerify(boolean verify)
    • setCreatetables

      public void setCreatetables(boolean createtables)
    • setDropandcreatetables

      public void setDropandcreatetables(boolean dropandcreatetables)
    • setUniquetablenames

      public void setUniquetablenames(boolean uniquetablenames)
    • setEnabled

      public void setEnabled(boolean enabled)
    • setAvailabilityenabled

      public void setAvailabilityenabled(boolean availabilityenabled)
    • setDescription

      public void setDescription(String description)
      Overrides:
      setDescription in class org.apache.tools.ant.ProjectComponent
    • setVirtualservers

      public void setVirtualservers(String virtualservers)
    • setRetrievestubs

      public void setRetrievestubs(String retrieve)
    • setdbvendorname

      public void setdbvendorname(String dbvendorname)
    • setLibraries

      public void setLibraries(String libraries)
    • setDeploymentPlan

      public void setDeploymentPlan(String deploymentplan)
    • execute

      public void execute() throws org.apache.tools.ant.BuildException
      Overrides:
      execute in class org.apache.tools.ant.Task
      Throws:
      org.apache.tools.ant.BuildException