/* 43 */ return true;
/* */ }
/* */
/* */ protected ServiceDeployment parse(VFSDeploymentUnit unit, VirtualFile file, Document document) throws Exception
/* */ {
/* 48 */ ServiceDeploymentParser parser = new ServiceDeploymentParser(document);
/* 49 */ ServiceDeployment parsed = parser.parse();
/* 50 */ String name = file.toURI().toString();
/* 51 */ parsed.setName(name);
/* 52 */ return parsed;
/* */ }