604605606607608609610
public EarDeployGenerator createEarDeploy() throws Exception { String id = getStageTag() + "/entapp/" + getHost().getIdTail(); return new EarDeployGenerator(id, _earDeploy, this); }
595596597598599600601
* Sets the ear-expansion */ public EarDeployGenerator createEarDeploy() throws Exception { return new EarDeployGenerator(_earDeploy, this); }