Class DeployTask

    • Constructor Detail

      • DeployTask

        public DeployTask()
    • Method Detail

      • execute

        public void execute()
        Overrides:
        execute in class org.apache.tools.ant.Task
      • addFileset

        public void addFileset​(org.apache.tools.ant.types.FileSet fs)
        Adds a set of files (nested fileset attribute).
        Parameters:
        fs - the file set to add
      • setFile

        public void setFile​(File appFile)
      • getTimeout

        public String getTimeout()
        Returns:
        the timeout
      • setTimeout

        public void setTimeout​(String timeout)
        Parameters:
        timeout - the timeout to set
      • getDeployName

        public String getDeployName()
        Returns:
        the deployName
      • setDeployName

        public void setDeployName​(String name)
        Parameters:
        name - the deployName to set