Class AbstractCatalinaCommandTask

    • Field Detail

      • path

        protected java.lang.String path
        The context path of the web application we are managing.
      • version

        protected java.lang.String version
        The context version of the web application we are managing.
    • Constructor Detail

      • AbstractCatalinaCommandTask

        public AbstractCatalinaCommandTask()
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • setPath

        public void setPath​(java.lang.String path)
      • getVersion

        public java.lang.String getVersion()
      • setVersion

        public void setVersion​(java.lang.String version)
      • createQueryString

        public java.lang.StringBuilder createQueryString​(java.lang.String command)
                                                  throws org.apache.tools.ant.BuildException
        Create query string for the specified command.
        Parameters:
        command - Command to be executed
        Returns:
        The generated query string
        Throws:
        org.apache.tools.ant.BuildException - if an error occurs