Class JBossDeployer

    • Constructor Detail

      • JBossDeployer

        public JBossDeployer​(Configuration configuration)
        Parameters:
        configuration - Configuration of the container.
    • Method Detail

      • deploy

        public void deploy​(File deploymentFile,
                           String deploymentName)
                    throws Exception
        Deploys an application.
        Specified by:
        deploy in interface IJBossProfileManagerDeployer
        Parameters:
        deploymentFile - File to deploy from local.
        deploymentName - Name of the deployment on the remote server.
        Throws:
        Exception - If anything bad occurs.