520521522523524525526527528
/** * Adds an enterprise webApp. */ public void addApplication(EarConfig config) { DeployGenerator<EarDeployController> deploy = new EarSingleDeployGenerator(_earDeploy, this, config); _earDeploy.add(deploy); }
519520521522523524525526527