Class WebDavPutDeployMethod

    • Constructor Detail

      • WebDavPutDeployMethod

        public WebDavPutDeployMethod()
    • Method Detail

      • deploy

        public void deploy​(URI targetURL,
                           File file,
                           String bundleSymbolicName,
                           DeployContext context)
                    throws IOException
        Description copied from interface: DeployMethod
        Deploy/install a bundle on a Sling instance.
        Specified by:
        deploy in interface DeployMethod
        Parameters:
        targetURL - Target URL
        file - Bundle file
        bundleSymbolicName - Bundle symbolic name
        context - Deploy context parameters
        Throws:
        IOException - in case of failure