Class AbstractTomeeRemoteDeployer

    • Method Detail

      • getPath

        protected String getPath​(Deployable deployable)
        Gets the webapp path for the specified deployable.

        This is a special implementation of getPath command for Tomcat 7.x with version support.

        This is a special implementation of undeploy command for TomEE with version support.

        Overrides:
        getPath in class Tomcat7xRemoteDeployer
        Parameters:
        deployable - the deployable
        Returns:
        the webapp path for the specified deployable
      • getVersion

        protected String getVersion​(Deployable deployable)
        Gets the webapp version for the specified deployable.

        This is a special implementation of getVersion command for Tomcat 7.x with version support.

        This is a special implementation of undeploy command for TomEE with version support.

        Overrides:
        getVersion in class Tomcat7xRemoteDeployer
        Parameters:
        deployable - the deployable
        Returns:
        the webapp version for the specified deployable