306307308309310311312313314
command.getDeploymentManagerURI(), command.getUsername(), command.getPassword()); return deploymentManager; } catch (DeploymentManagerCreationException e) { throw new DeploymentConnectionException( "cannot get deployment manager", e ); } }
262263264265266267268269270