/* */ public void addDeployment(String vfsPath, VFSDeployment d, ManagedDeployment.DeploymentPhase phase)
/* */ throws Exception
/* */ {
/* 83 */ MutableRepository mrepo = getRepository(d.getRoot().toURI());
/* 84 */ VFSDeploymentResource dres = new VFSDeploymentResource(d, phase, mrepo);
/* 85 */ mrepo.addResource(dres);
/* */ }
/* */
/* */ public void addDeploymentContent(String name, ZipInputStream contentIS, ManagedDeployment.DeploymentPhase phase)
/* */ throws IOException
/* */ {